#C0A063

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

Shades of Laser #C0A063

Tints of Laser #C0A063

Color information

#C0A063 (or 0xC0A063) is unknown color: approx Laser. HEX triplet: C0, A0 and 63. RGB value is (192,160,99). Sum of RGB (Red+Green+Blue) = 192+160+99=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 99 (39.06% from 255 or 21.95% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A063 is #3F5F9C. Grayscale: #A2A2A2. Windows color (decimal): -4153245 or 6529216. OLE color: 6529216.

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

Color convert

RGB19216099-
CMYK00.170.480.25
HSL39.35º42.47%57.06%-
HSV(B)39.35º48.44%75.29%-
XYZ36.5637.2517.07-
YUV162.6192.1148.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.57%
GREEN value IS 160 (62.89% from 255) = 35.48%
BLUE value IS 99 (39.06% from 255) = 21.95%
R=42.57%
G=35.48%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921609900.170.480.2539.3542.4757.06
HexC0A0630113019272a39
Octal3002401430216031475271
Binary1100000010100000110001101000111000011001100111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A063; }

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

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

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

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

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

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

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

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