Html Css Color HEX #C8B872 Dark Khaki

📋 copy color: '#C8B872'

red 200 ◦ green 184 ◦ blue 114

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

Shades of Dark Khaki #C8B872

Tints of Dark Khaki #C8B872

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.95%

 BLUE value IS 114 (44.92% from 255) = 22.89%

R = 40.16%
G = 36.95%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C8B872 (or 0xC8B872) is known color: Dark Khaki. HEX triplet: C8, B8 and 72. RGB value is (200,184,114). Sum of RGB (Red+Green+Blue) = 200+184+114=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B872 is #37478D. Grayscale: #B5B5B5. Windows color (decimal): -3622798 or 7518408. OLE color: 7518408.

HSL color Cylindrical-coordinate representation of color #C8B872: hue angle of 48.84º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8B872 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 184 114 -
CMYK 0 0.08 0.43 0.22
HSL 48.84º 0.44% 0.62% -
HSV(B) 48.84º 0.43% 0.78% -
XYZ 44 47.78 22.82 -
YUV 180.8 90.3 141.69 -
System Red Green Blue C M Y K H S L
Decimal 200 184 114 0 0.08 0.43 0.22 48.84 0.44 0.62
Hex C8 B8 72 0 8 2B 16 31 2C 3E
Octal 310 270 162 0 10 53 26 61 54 76
Binary 11001000 10111000 1110010 0 1000 101011 10110 110001 101100 111110

Color Harmonies of #C8B872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B872

Black with #C8B872

Text Example


Text Example

White with #C8B872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B872; }

 p { color: rgb(200,184,114); }

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

background-color css

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

 a { background-color: rgb(200,184,114); }

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

border-color css

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

 span { border-color: rgb(200,184,114); }

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