#C4BA72

Color #C4BA72 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #C4BA72

Tints of Dark Khaki #C4BA72

Color information

#C4BA72 (or 0xC4BA72) is unknown color: approx Dark Khaki. HEX triplet: C4, BA and 72. RGB value is (196,186,114). Sum of RGB (Red+Green+Blue) = 196+186+114=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BA72 is #3B458D. Grayscale: #B5B5B5. Windows color (decimal): -3884430 or 7518916. OLE color: 7518916.

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

Color convert

RGB196186114-
CMYK00.050.420.23
HSL52.68º41%60.78%-
HSV(B)52.68º41.84%76.86%-
XYZ43.3648.0722.91-
YUV180.7890.31138.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.52%
GREEN value IS 186 (73.05% from 255) = 37.5%
BLUE value IS 114 (44.92% from 255) = 22.98%
R=39.52%
G=37.5%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618611400.050.420.2352.684160.78
HexC4BA72052A1735293d
Octal304272162055227655175
Binary11000100101110101110010010110101010111110101101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BA72; }

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

 H1.HeaderClassName
 {
   color: #C4BA72;
 }
 .AnyTagClassName
 {
   color: #C4BA72;
 }
</style>
background-color css

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

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

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

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

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

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