Html Css Color HEX #C5B872 Dark Khaki

📋 copy color: '#C5B872'

red 197 ◦ green 184 ◦ blue 114

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

Shades of Dark Khaki #C5B872

Tints of Dark Khaki #C5B872

RGB

 RED value IS 197 (77.34% from 255) = 39.8%

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

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

R = 39.8%
G = 37.17%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C5B872 (or 0xC5B872) is known color: Dark Khaki. HEX triplet: C5, B8 and 72. RGB value is (197,184,114). Sum of RGB (Red+Green+Blue) = 197+184+114=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B872 is #3A478D. Grayscale: #B4B4B4. Windows color (decimal): -3819406 or 7518405. OLE color: 7518405.

HSL color Cylindrical-coordinate representation of color #C5B872: hue angle of 50.6º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5B872 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 184 114 -
CMYK 0 0.07 0.42 0.23
HSL 50.6º 0.42% 0.61% -
HSV(B) 50.6º 0.42% 0.77% -
XYZ 43.2 47.37 22.79 -
YUV 179.91 90.81 140.19 -
System Red Green Blue C M Y K H S L
Decimal 197 184 114 0 0.07 0.42 0.23 50.6 0.42 0.61
Hex C5 B8 72 0 7 2A 17 33 2A 3D
Octal 305 270 162 0 7 52 27 63 52 75
Binary 11000101 10111000 1110010 0 111 101010 10111 110011 101010 111101

Color Harmonies of #C5B872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B872

Black with #C5B872

Text Example


Text Example

White with #C5B872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B872; }

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

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

background-color css

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

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

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

border-color css

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

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

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