#C0A563

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

Shades of Laser #C0A563

Tints of Laser #C0A563

Color information

#C0A563 (or 0xC0A563) is unknown color: approx Laser. HEX triplet: C0, A5 and 63. RGB value is (192,165,99). Sum of RGB (Red+Green+Blue) = 192+165+99=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A563 is #3F5A9C. Grayscale: #A5A5A5. Windows color (decimal): -4151965 or 6530496. OLE color: 6530496.

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

Color convert

RGB19216599-
CMYK00.140.480.25
HSL42.58º42.47%57.06%-
HSV(B)42.58º48.44%75.29%-
XYZ37.4539.0217.36-
YUV165.5590.45146.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.11%
GREEN value IS 165 (64.84% from 255) = 36.18%
BLUE value IS 99 (39.06% from 255) = 21.71%
R=42.11%
G=36.18%
B=21.71%

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
Decimal1921659900.140.480.2542.5842.4757.06
HexC0A5630E30192b2a39
Octal3002451430166031535271
Binary110000001010010111000110111011000011001101011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A563; }

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

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

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

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

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

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

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

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