Html Css Color HEX #C4BB72 Dark Khaki

📋 copy color: '#C4BB72'

red 196 ◦ green 187 ◦ blue 114

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

Shades of Dark Khaki #C4BB72

Tints of Dark Khaki #C4BB72

RGB

 RED value IS 196 (76.95% from 255) = 39.44%

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

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

R = 39.44%
G = 37.63%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C4BB72 (or 0xC4BB72) is known color: Dark Khaki. HEX triplet: C4, BB and 72. RGB value is (196,187,114). Sum of RGB (Red+Green+Blue) = 196+187+114=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BB72 is #3B448D. Grayscale: #B5B5B5. Windows color (decimal): -3884174 or 7519172. OLE color: 7519172.

HSL color Cylindrical-coordinate representation of color #C4BB72: hue angle of 53.41º degrees, saturation: 0.41, 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 #C4BB72 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 187 114 -
CMYK 0 0.05 0.42 0.23
HSL 53.41º 0.41% 0.61% -
HSV(B) 53.41º 0.42% 0.77% -
XYZ 43.57 48.49 22.98 -
YUV 181.37 89.98 138.44 -
System Red Green Blue C M Y K H S L
Decimal 196 187 114 0 0.05 0.42 0.23 53.41 0.41 0.61
Hex C4 BB 72 0 5 2A 17 35 29 3D
Octal 304 273 162 0 5 52 27 65 51 75
Binary 11000100 10111011 1110010 0 101 101010 10111 110101 101001 111101

Color Harmonies of #C4BB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BB72

Black with #C4BB72

Text Example


Text Example

White with #C4BB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BB72; }

 p { color: rgb(196,187,114); }

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

background-color css

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

 a { background-color: rgb(196,187,114); }

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

border-color css

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

 span { border-color: rgb(196,187,114); }

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