#c0b56d

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

Shades of Dark Khaki #C0B56D

Tints of Dark Khaki #C0B56D

Color information

#C0B56D (or 0xC0B56D) is unknown color: approx Dark Khaki. HEX triplet: C0, B5 and 6D. RGB value is (192,181,109). Sum of RGB (Red+Green+Blue) = 192+181+109=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 181 (71.09% from 255 or 37.55% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B56D is #3F4A92. Grayscale: #B0B0B0. Windows color (decimal): -4147859 or 7189952. OLE color: 7189952.

HSL color Cylindrical-coordinate representation of color #C0B56D: hue angle of 52.05º degrees, saturation: 0.4, 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 #C0B56D is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB192181109-
CMYK00.060.430.25
HSL52.05º39.71%59.02%-
HSV(B)52.05º43.23%75.29%-
XYZ41.0245.3621.06-
YUV176.0890.14139.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.83%
GREEN value IS 181 (71.09% from 255) = 37.55%
BLUE value IS 109 (42.97% from 255) = 22.61%
R=39.83%
G=37.55%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218110900.060.430.2552.0539.7159.02
HexC0B56D062B1934283b
Octal300265155065331645073
Binary11000000101101011101101011010101111001110100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0b56d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0b56d; }

 p { color: rgb(192,181,109); }

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

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

 a { background-color: rgb(192,181,109); }

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

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

 span { border-color: rgb(192,181,109); }

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