#C0A462

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

Shades of Laser #C0A462

Tints of Laser #C0A462

Color information

#C0A462 (or 0xC0A462) is unknown color: approx Laser. HEX triplet: C0, A4 and 62. RGB value is (192,164,98). Sum of RGB (Red+Green+Blue) = 192+164+98=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 98 (38.67% from 255 or 21.59% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A462 is #3F5B9D. Grayscale: #A5A5A5. Windows color (decimal): -4152222 or 6464704. OLE color: 6464704.

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

Color convert

RGB19216498-
CMYK00.150.490.25
HSL42.13º42.73%56.86%-
HSV(B)42.13º48.96%75.29%-
XYZ37.2238.6417.05-
YUV164.8590.28147.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.29%
GREEN value IS 164 (64.45% from 255) = 36.12%
BLUE value IS 98 (38.67% from 255) = 21.59%
R=42.29%
G=36.12%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921649800.150.490.2542.1342.7356.86
HexC0A4620F31192a2b39
Octal3002441420176131525371
Binary110000001010010011000100111111000111001101010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A462; }

 p { color: rgb(192,164,98); }

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

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

 a { background-color: rgb(192,164,98); }

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

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

 span { border-color: rgb(192,164,98); }

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