#C0BA72

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

Shades of Dark Khaki #C0BA72

Tints of Dark Khaki #C0BA72

Color information

#C0BA72 (or 0xC0BA72) is unknown color: approx Dark Khaki. HEX triplet: C0, BA and 72. RGB value is (192,186,114). Sum of RGB (Red+Green+Blue) = 192+186+114=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA72 is #3F458D. Grayscale: #B3B3B3. Windows color (decimal): -4146574 or 7518912. OLE color: 7518912.

HSL color Cylindrical-coordinate representation of color #C0BA72: hue angle of 55.38º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0BA72 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB192186114-
CMYK00.030.410.25
HSL55.38º38.24%60%-
HSV(B)55.38º40.62%75.29%-
XYZ42.3347.5422.86-
YUV179.5990.99136.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.02%
GREEN value IS 186 (73.05% from 255) = 37.80%
BLUE value IS 114 (44.92% from 255) = 23.17%
R=39.02%
G=37.80%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218611400.030.410.2555.3838.2460
HexC0BA7203291937263c
Octal300272162035131674674
Binary1100000010111010111001001110100111001110111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BA72; }

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

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

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

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

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

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

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

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