COLOR #C69F10

HEX: #C69F10
RGB: (198,159,16)

Color info

#C69F10 contains mainly red and green colors. Web safe color of #C69F10 is #CC9900 (or #C90).

RGB color model

#C69F10 color RGB value is (198,159,16).

  • red value is 198;
  • green value is 159;
  • blue value is 16.
RGB:
(198,159,16)
(78%,62%,6%)

RGB channels and saturation

R 198 of 255 = 78%
G 159 of 255 = 62%
B 16 of 255 = 6%

198
159
16

R + G + B ~ 49%. #C69F10 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
198 + 159 + 16 = 373 (100%)
R 198 of 373 ~ 53.08%
G 159 of 373 ~ 42.63%
B 16 of 373 ~ 4.29%

%53.08
%42.63

CMYK color model

#C69F10 color CMYK value is (0,20,92,22).

  • cyan value is 0.00%
  • magenta value is 19.70%
  • yellow value is 91.92%
  • key color value is 22.35%
CMYK:
(0,20,92,22)
C0M20Y92K22 
(0%,20%,92%,22%)
(0.00/0.20/0.92/0.22)	

CMYK percentages

%0
%19.7
%91.92
%22.35

Codes

Color #C69F10 in popluar color models

C69F10
RGB19815916
HSL47°85.05%41.96%
HSB/HSV47°91.92%77.65%
CMYK0.00%19.70%91.92%
22.35%

Color #C69F10 in popluar number systems.

HEXC69F10
Decimal19815916
Binary110001101001111110000
Octal30623720

Shades and tints

Shades of #C69F10

#C69F10
(198,159,16)
#B4910F
(180,145,15)
#A2830E
(162,131,14)
#90750D
(144,117,13)
#7E670C
(126,103,12)
#6C590B
(108,89,11)
#5A4B0A
(90,75,10)
#483D09
(72,61,9)
#362F08
(54,47,8)
#242107
(36,33,7)
#121306
(18,19,6)
#000000
(0,0,0)

Tints of #C69F10

#C69F10
(198,159,16)
#CBA725
(203,167,37)
#D0AF3A
(208,175,58)
#D5B74F
(213,183,79)
#DABF64
(218,191,100)
#DFC779
(223,199,121)
#E4CF8E
(228,207,142)
#E9D7A3
(233,215,163)
#EEDFB8
(238,223,184)
#F3E7CD
(243,231,205)
#F8EFE2
(248,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69F10 color. Also use rgb(198,159,16) instead hex code.

Text Font Color

.myTextColor { color: #C69F10; }

<p style="color:#C69F10">This sample text font color is #C69F10.</p>

This text font color is #C69F10.


Background Color

.myBgColor { background-color: #C69F10; }

<div style="background-color:#C69F10">Inner text</div>

This div background color is #C69F10.


Border color

.myBorderColor { border: 1px solid #C69F10; }

<div style="border:3px solid #C69F10">Div</div>

This div border color is #C69F10.


Opacity

.myOpacity80 { color: #C69F10; opacity: 0.8; }

<p style="color:#C69F10;opacity:0.8;">80%</p>

Text with #C69F10 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C69F10;}

<p style="text-shadow: 3px 3px 1px #C69F10">Text here.</p>

This text has shadow with #C69F10 color.

.textShadow {text-shadow: 3px 3px 1px #C69F10, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C69F10, 5px 5px 20px red">Text here.</p>

This text has shadow with #C69F10 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C69F10, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C69F10, Direction=45, Strength=4)">Text</p>

This text has shadow with #C69F10 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C69F10;
  -webkit-box-shadow:	1px 1px 3px 2px #C69F10;
  box-shadow:		1px 1px 3px 2px #C69F10;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C69F10;
-webkit-box-shadow: 1px 1px 3px 2px #C69F10;
box-shadow:1px 1px 3px 2px #C69F10;">
Div content here</div>
This div box has shadow with color #C69F10.

Preview

Color preview on black background

This text has color #C69F10 on black background.


Color preview on white background

This text has color #C69F10 on white background.



Black color preview on #C69F10 background

This text has black color on #C69F10 background.


White color preview on #C69F10 background

This text has white color on #C69F10 background.