#C0B36E

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

Shades of Dark Khaki #C0B36E

Tints of Dark Khaki #C0B36E

Color information

#C0B36E (or 0xC0B36E) is unknown color: approx Dark Khaki. HEX triplet: C0, B3 and 6E. RGB value is (192,179,110). Sum of RGB (Red+Green+Blue) = 192+179+110=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B36E is #3F4C91. Grayscale: #AFAFAF. Windows color (decimal): -4148370 or 7254976. OLE color: 7254976.

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

Color convert

RGB192179110-
CMYK00.070.430.25
HSL50.49º39.42%59.22%-
HSV(B)50.49º42.71%75.29%-
XYZ40.6744.5721.21-
YUV175.0291.31140.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.92%
GREEN value IS 179 (70.31% from 255) = 37.21%
BLUE value IS 110 (43.36% from 255) = 22.87%
R=39.92%
G=37.21%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217911000.070.430.2550.4939.4259.22
HexC0B36E072B1932273b
Octal300263156075331624773
Binary11000000101100111101110011110101111001110010100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B36E; }

 p { color: rgb(192,179,110); }

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

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

 a { background-color: rgb(192,179,110); }

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

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

 span { border-color: rgb(192,179,110); }

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