#C0B46D

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

Shades of Dark Khaki #C0B46D

Tints of Dark Khaki #C0B46D

Color information

#C0B46D (or 0xC0B46D) is unknown color: approx Dark Khaki. HEX triplet: C0, B4 and 6D. RGB value is (192,180,109). Sum of RGB (Red+Green+Blue) = 192+180+109=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B46D is #3F4B92. Grayscale: #AFAFAF. Windows color (decimal): -4148115 or 7189696. OLE color: 7189696.

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

Color convert

RGB192180109-
CMYK00.060.430.25
HSL51.33º39.71%59.02%-
HSV(B)51.33º43.23%75.29%-
XYZ40.8244.9520.99-
YUV175.4990.48139.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.92%
GREEN value IS 180 (70.70% from 255) = 37.42%
BLUE value IS 109 (42.97% from 255) = 22.66%
R=39.92%
G=37.42%
B=22.66%

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
Decimal19218010900.060.430.2551.3339.7159.02
HexC0B46D062B1933283b
Octal300264155065331635073
Binary11000000101101001101101011010101111001110011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B46D; }

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

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

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

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

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

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

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

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