Html Css Color HEX #C9C266 Dark Khaki

📋 copy color: '#C9C266'

red 201 ◦ green 194 ◦ blue 102

#C9C266
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #C9C266

Tints of Dark Khaki #C9C266

RGB

 RED value IS 201 (78.91% from 255) = 40.44%

 GREEN value IS 194 (76.17% from 255) = 39.03%

 BLUE value IS 102 (40.23% from 255) = 20.52%

R = 40.44%
G = 39.03%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C9C266 (or 0xC9C266) is known color: Dark Khaki. HEX triplet: C9, C2 and 66. RGB value is (201,194,102). Sum of RGB (Red+Green+Blue) = 201+194+102=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 102 (40.23% from 255 or 20.52% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C266 is #363D99. Grayscale: #B9B9B9. Windows color (decimal): -3554714 or 6734537. OLE color: 6734537.

HSL color Cylindrical-coordinate representation of color #C9C266: hue angle of 55.76º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C9C266 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 194 102 -
CMYK 0 0.03 0.49 0.21
HSL 55.76º 0.48% 0.59% -
HSV(B) 55.76º 0.49% 0.79% -
XYZ 45.78 51.96 20.19 -
YUV 185.61 80.82 138.98 -
System Red Green Blue C M Y K H S L
Decimal 201 194 102 0 0.03 0.49 0.21 55.76 0.48 0.59
Hex C9 C2 66 0 3 31 15 38 30 3B
Octal 311 302 146 0 3 61 25 70 60 73
Binary 11001001 11000010 1100110 0 11 110001 10101 111000 110000 111011

Color Harmonies of #C9C266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C266

Black with #C9C266

Text Example


Text Example

White with #C9C266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C266; }

 p { color: rgb(201,194,102); }

 H1.HeaderClassName
 {
   color: #C9C266;
 }
 .AnyTagClassName
 {
   color: #C9C266;
 }
</style>

background-color css

<style>
 a { background-color: #C9C266; }

 a { background-color: rgb(201,194,102); }

 div.DivClassName
 {
   background-color: #C9C266;
 }
 .BgClassName
 {
   background-color: #C9C266;
 }
</style>

border-color css

<style>
 span { border-color: #C9C266; }

 span { border-color: rgb(201,194,102); }

 td.TdClassName
 {
   border-color: #C9C266;
 }
 .TagClassName
 {
   border-color: #C9C266;
 }
</style>