Shades of Laser #C0A05A
Tints of Laser #C0A05A
RGB
CMYK
RGB Variations
Color information
#C0A05A (or 0xC0A05A) is known color: 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
| RGB | 192 | 160 | 90 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.25 |
| HSL | 41.18º | 0.45% | 0.55% | - |
| HSV(B) | 41.18º | 0.53% | 0.75% | - |
| XYZ | 36.15 | 37.09 | 14.93 | - |
| YUV | 161.59 | 87.6 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 90 | 0 | 0.17 | 0.53 | 0.25 | 41.18 | 0.45 | 0.55 |
| Hex | C0 | A0 | 5A | 0 | 11 | 35 | 19 | 29 | 2D | 37 |
| Octal | 300 | 240 | 132 | 0 | 21 | 65 | 31 | 51 | 55 | 67 |
| Binary | 11000000 | 10100000 | 1011010 | 0 | 10001 | 110101 | 11001 | 101001 | 101101 | 110111 |
Color Harmonies of #C0A05A
Complementary color
Monochromatic Colors of #C0A05A
Black with #C0A05A
Text Example
Text Example
White with #C0A05A
Text Example
Text Example
HTML Codes & Css Web 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>