Html Css Color HEX #C8B972 Dark Khaki

📋 copy color: '#C8B972'

red 200 ◦ green 185 ◦ blue 114

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

Shades of Dark Khaki #C8B972

Tints of Dark Khaki #C8B972

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.07%

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

R = 40.08%
G = 37.07%
B = 22.85%

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

#C8B972 (or 0xC8B972) is known color: Dark Khaki. HEX triplet: C8, B9 and 72. RGB value is (200,185,114). Sum of RGB (Red+Green+Blue) = 200+185+114=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 114 (44.92% from 255 or 22.85% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B972 is #37468D. Grayscale: #B5B5B5. Windows color (decimal): -3622542 or 7518664. OLE color: 7518664.

HSL color Cylindrical-coordinate representation of color #C8B972: hue angle of 49.53º 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 #C8B972 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 185 114 -
CMYK 0 0.08 0.43 0.22
HSL 49.53º 0.44% 0.62% -
HSV(B) 49.53º 0.43% 0.78% -
XYZ 44.21 48.19 22.89 -
YUV 181.39 89.97 141.27 -
System Red Green Blue C M Y K H S L
Decimal 200 185 114 0 0.08 0.43 0.22 49.53 0.44 0.62
Hex C8 B9 72 0 8 2B 16 32 2C 3E
Octal 310 271 162 0 10 53 26 62 54 76
Binary 11001000 10111001 1110010 0 1000 101011 10110 110010 101100 111110

Color Harmonies of #C8B972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B972

Black with #C8B972

Text Example


Text Example

White with #C8B972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B972; }

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

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

background-color css

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

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

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

border-color css

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

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

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