Html Css Color HEX #C9C264 Dark Khaki

📋 copy color: '#C9C264'

red 201 ◦ green 194 ◦ blue 100

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

Shades of Dark Khaki #C9C264

Tints of Dark Khaki #C9C264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.2%

R = 40.61%
G = 39.19%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C9C264 (or 0xC9C264) is known color: Dark Khaki. HEX triplet: C9, C2 and 64. RGB value is (201,194,100). Sum of RGB (Red+Green+Blue) = 201+194+100=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 100 (39.45% from 255 or 20.20% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C264 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C264 is #363D9B. Grayscale: #B9B9B9. Windows color (decimal): -3554716 or 6603465. OLE color: 6603465.

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

Color convert

RGB 201 194 100 -
CMYK 0 0.03 0.50 0.21
HSL 55.84º 0.48% 0.59% -
HSV(B) 55.84º 0.5% 0.79% -
XYZ 45.68 51.92 19.67 -
YUV 185.38 79.82 139.14 -
System Red Green Blue C M Y K H S L
Decimal 201 194 100 0 0.03 0.50 0.21 55.84 0.48 0.59
Hex C9 C2 64 0 3 32 15 38 30 3B
Octal 311 302 144 0 3 62 25 70 60 73
Binary 11001001 11000010 1100100 0 11 110010 10101 111000 110000 111011

Color Harmonies of #C9C264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C264

Black with #C9C264

Text Example


Text Example

White with #C9C264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C264; }

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

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

background-color css

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

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

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

border-color css

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

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

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