#C0BA6C

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

Shades of Dark Khaki #C0BA6C

Tints of Dark Khaki #C0BA6C

Color information

#C0BA6C (or 0xC0BA6C) is unknown color: approx Dark Khaki. HEX triplet: C0, BA and 6C. RGB value is (192,186,108). Sum of RGB (Red+Green+Blue) = 192+186+108=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA6C is #3F4593. Grayscale: #B3B3B3. Windows color (decimal): -4146580 or 7125696. OLE color: 7125696.

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

Color convert

RGB192186108-
CMYK00.030.440.25
HSL55.71º40%58.82%-
HSV(B)55.71º43.75%75.29%-
XYZ4247.4121.12-
YUV178.987.99137.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.51%
GREEN value IS 186 (73.05% from 255) = 38.27%
BLUE value IS 108 (42.58% from 255) = 22.22%
R=39.51%
G=38.27%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218610800.030.440.2555.714058.82
HexC0BA6C032C1938283b
Octal300272154035431705073
Binary1100000010111010110110001110110011001111000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BA6C; }

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

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

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

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

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

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

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

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