Shades of Laser #C0A05C
Tints of Laser #C0A05C
RGB
CMYK
RGB Variations
Color information
#C0A05C (or 0xC0A05C) is known color: Laser. HEX triplet: C0, A0 and 5C. RGB value is (192,160,92). Sum of RGB (Red+Green+Blue) = 192+160+92=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A05C is #3F5FA3. Grayscale: #A2A2A2. Windows color (decimal): -4153252 or 6070464. OLE color: 6070464.
HSL color Cylindrical-coordinate representation of color #C0A05C: hue angle of 40.8º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0A05C is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 92 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.25 |
| HSL | 40.8º | 0.44% | 0.56% | - |
| HSV(B) | 40.8º | 0.52% | 0.75% | - |
| XYZ | 36.24 | 37.12 | 15.38 | - |
| YUV | 161.82 | 88.6 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 92 | 0 | 0.17 | 0.52 | 0.25 | 40.8 | 0.44 | 0.56 |
| Hex | C0 | A0 | 5C | 0 | 11 | 34 | 19 | 29 | 2C | 38 |
| Octal | 300 | 240 | 134 | 0 | 21 | 64 | 31 | 51 | 54 | 70 |
| Binary | 11000000 | 10100000 | 1011100 | 0 | 10001 | 110100 | 11001 | 101001 | 101100 | 111000 |
Color Harmonies of #C0A05C
Complementary color
Monochromatic Colors of #C0A05C
Black with #C0A05C
Text Example
Text Example
White with #C0A05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A05C; }
p { color: rgb(192,160,92); }
H1.HeaderClassName
{
color: #C0A05C;
}
.AnyTagClassName
{
color: #C0A05C;
}
</style>
background-color css
<style>
a { background-color: #C0A05C; }
a { background-color: rgb(192,160,92); }
div.DivClassName
{
background-color: #C0A05C;
}
.BgClassName
{
background-color: #C0A05C;
}
</style>
border-color css
<style>
span { border-color: #C0A05C; }
span { border-color: rgb(192,160,92); }
td.TdClassName
{
border-color: #C0A05C;
}
.TagClassName
{
border-color: #C0A05C;
}
</style>