Shades of Laser #C0AA62
Tints of Laser #C0AA62
RGB
CMYK
RGB Variations
Color information
#C0AA62 (or 0xC0AA62) is known color: Laser. HEX triplet: C0, AA and 62. RGB value is (192,170,98). Sum of RGB (Red+Green+Blue) = 192+170+98=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AA62 is #3F559D. Grayscale: #A8A8A8. Windows color (decimal): -4150686 or 6466240. OLE color: 6466240.
HSL color Cylindrical-coordinate representation of color #C0AA62: hue angle of 45.96º 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 #C0AA62 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 98 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.25 |
| HSL | 45.96º | 0.43% | 0.57% | - |
| HSV(B) | 45.96º | 0.49% | 0.75% | - |
| XYZ | 38.32 | 40.84 | 17.42 | - |
| YUV | 168.37 | 88.29 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 98 | 0 | 0.11 | 0.49 | 0.25 | 45.96 | 0.43 | 0.57 |
| Hex | C0 | AA | 62 | 0 | B | 31 | 19 | 2E | 2B | 39 |
| Octal | 300 | 252 | 142 | 0 | 13 | 61 | 31 | 56 | 53 | 71 |
| Binary | 11000000 | 10101010 | 1100010 | 0 | 1011 | 110001 | 11001 | 101110 | 101011 | 111001 |
Color Harmonies of #C0AA62
Complementary color
Monochromatic Colors of #C0AA62
Black with #C0AA62
Text Example
Text Example
White with #C0AA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AA62; }
p { color: rgb(192,170,98); }
H1.HeaderClassName
{
color: #C0AA62;
}
.AnyTagClassName
{
color: #C0AA62;
}
</style>
background-color css
<style>
a { background-color: #C0AA62; }
a { background-color: rgb(192,170,98); }
div.DivClassName
{
background-color: #C0AA62;
}
.BgClassName
{
background-color: #C0AA62;
}
</style>
border-color css
<style>
span { border-color: #C0AA62; }
span { border-color: rgb(192,170,98); }
td.TdClassName
{
border-color: #C0AA62;
}
.TagClassName
{
border-color: #C0AA62;
}
</style>