#C0B563

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

Shades of Dark Khaki #C0B563

Tints of Dark Khaki #C0B563

Color information

#C0B563 (or 0xC0B563) is unknown color: approx Dark Khaki. HEX triplet: C0, B5 and 63. RGB value is (192,181,99). Sum of RGB (Red+Green+Blue) = 192+181+99=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B563 is #3F4A9C. Grayscale: #AFAFAF. Windows color (decimal): -4147869 or 6534592. OLE color: 6534592.

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

Color convert

RGB19218199-
CMYK00.060.480.25
HSL52.9º42.47%57.06%-
HSV(B)52.9º48.44%75.29%-
XYZ40.5145.1618.38-
YUV174.9485.14140.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.68%
GREEN value IS 181 (71.09% from 255) = 38.35%
BLUE value IS 99 (39.06% from 255) = 20.97%
R=40.68%
G=38.35%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921819900.060.480.2552.942.4757.06
HexC0B563063019352a39
Octal300265143066031655271
Binary11000000101101011100011011011000011001110101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B563; }

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

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

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

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

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

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

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

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