#C0A663

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

Shades of Laser #C0A663

Tints of Laser #C0A663

Color information

#C0A663 (or 0xC0A663) is unknown color: approx Laser. HEX triplet: C0, A6 and 63. RGB value is (192,166,99). Sum of RGB (Red+Green+Blue) = 192+166+99=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 99 (39.06% from 255 or 21.66% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A663 is #3F599C. Grayscale: #A6A6A6. Windows color (decimal): -4151709 or 6530752. OLE color: 6530752.

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

Color convert

RGB19216699-
CMYK00.140.480.25
HSL43.23º42.47%57.06%-
HSV(B)43.23º48.44%75.29%-
XYZ37.6339.3817.42-
YUV166.1490.11146.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.01%
GREEN value IS 166 (65.23% from 255) = 36.32%
BLUE value IS 99 (39.06% from 255) = 21.66%
R=42.01%
G=36.32%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921669900.140.480.2543.2342.4757.06
HexC0A6630E30192b2a39
Octal3002461430166031535271
Binary110000001010011011000110111011000011001101011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A663; }

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

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

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

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

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

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

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

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