#C0BA6F

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

Shades of Dark Khaki #C0BA6F

Tints of Dark Khaki #C0BA6F

Color information

#C0BA6F (or 0xC0BA6F) is unknown color: approx Dark Khaki. HEX triplet: C0, BA and 6F. RGB value is (192,186,111). Sum of RGB (Red+Green+Blue) = 192+186+111=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 111 (43.75% from 255 or 22.70% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA6F is #3F4590. Grayscale: #B3B3B3. Windows color (decimal): -4146577 or 7322304. OLE color: 7322304.

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

Color convert

RGB192186111-
CMYK00.030.420.25
HSL55.56º39.13%59.41%-
HSV(B)55.56º42.19%75.29%-
XYZ42.1747.4721.98-
YUV179.2489.49137.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.26%
GREEN value IS 186 (73.05% from 255) = 38.04%
BLUE value IS 111 (43.75% from 255) = 22.70%
R=39.26%
G=38.04%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218611100.030.420.2555.5639.1359.41
HexC0BA6F032A1938273b
Octal300272157035231704773
Binary1100000010111010110111101110101011001111000100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BA6F; }

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

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

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

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

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

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

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

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