Html Css Color HEX #C8BB66 Dark Khaki

📋 copy color: '#C8BB66'

red 200 ◦ green 187 ◦ blue 102

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

Shades of Dark Khaki #C8BB66

Tints of Dark Khaki #C8BB66

RGB

 RED value IS 200 (78.52% from 255) = 40.9%

 GREEN value IS 187 (73.44% from 255) = 38.24%

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

R = 40.9%
G = 38.24%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C8BB66 (or 0xC8BB66) is known color: Dark Khaki. HEX triplet: C8, BB and 66. RGB value is (200,187,102). Sum of RGB (Red+Green+Blue) = 200+187+102=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BB66 is #374499. Grayscale: #B5B5B5. Windows color (decimal): -3622042 or 6732744. OLE color: 6732744.

HSL color Cylindrical-coordinate representation of color #C8BB66: hue angle of 52.04º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C8BB66 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 187 102 -
CMYK 0 0.06 0.49 0.22
HSL 52.04º 0.47% 0.59% -
HSV(B) 52.04º 0.49% 0.78% -
XYZ 43.99 48.78 19.67 -
YUV 181.2 83.31 141.41 -
System Red Green Blue C M Y K H S L
Decimal 200 187 102 0 0.06 0.49 0.22 52.04 0.47 0.59
Hex C8 BB 66 0 6 31 16 34 2F 3B
Octal 310 273 146 0 6 61 26 64 57 73
Binary 11001000 10111011 1100110 0 110 110001 10110 110100 101111 111011

Color Harmonies of #C8BB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BB66

Black with #C8BB66

Text Example


Text Example

White with #C8BB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BB66; }

 p { color: rgb(200,187,102); }

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

background-color css

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

 a { background-color: rgb(200,187,102); }

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

border-color css

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

 span { border-color: rgb(200,187,102); }

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