#C0A05A

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

Shades of Laser #C0A05A

Tints of Laser #C0A05A

Color information

#C0A05A (or 0xC0A05A) is unknown color: approx Laser. HEX triplet: C0, A0 and 5A. RGB value is (192,160,90). Sum of RGB (Red+Green+Blue) = 192+160+90=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A05A is #3F5FA5. Grayscale: #A1A1A1. Windows color (decimal): -4153254 or 5939392. OLE color: 5939392.

HSL color Cylindrical-coordinate representation of color #C0A05A: hue angle of 41.18º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0A05A is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB19216090-
CMYK00.170.530.25
HSL41.18º44.74%55.29%-
HSV(B)41.18º53.12%75.29%-
XYZ36.1537.0914.93-
YUV161.5987.6149.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.44%
GREEN value IS 160 (62.89% from 255) = 36.20%
BLUE value IS 90 (35.55% from 255) = 20.36%
R=43.44%
G=36.20%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921609000.170.530.2541.1844.7455.29
HexC0A05A0113519292d37
Octal3002401320216531515567
Binary1100000010100000101101001000111010111001101001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A05A; }

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

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

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

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

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

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

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

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