Shades of Laser #C0AA66
Tints of Laser #C0AA66
RGB
CMYK
RGB Variations
Color information
#C0AA66 (or 0xC0AA66) is known color: Laser. HEX triplet: C0, AA and 66. RGB value is (192,170,102). Sum of RGB (Red+Green+Blue) = 192+170+102=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AA66 is #3F5599. Grayscale: #A9A9A9. Windows color (decimal): -4150682 or 6728384. OLE color: 6728384.
HSL color Cylindrical-coordinate representation of color #C0AA66: hue angle of 45.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0AA66 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 102 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.25 |
| HSL | 45.33º | 0.42% | 0.58% | - |
| HSV(B) | 45.33º | 0.47% | 0.75% | - |
| XYZ | 38.51 | 40.92 | 18.44 | - |
| YUV | 168.83 | 90.29 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 102 | 0 | 0.11 | 0.47 | 0.25 | 45.33 | 0.42 | 0.58 |
| Hex | C0 | AA | 66 | 0 | B | 2F | 19 | 2D | 2A | 3A |
| Octal | 300 | 252 | 146 | 0 | 13 | 57 | 31 | 55 | 52 | 72 |
| Binary | 11000000 | 10101010 | 1100110 | 0 | 1011 | 101111 | 11001 | 101101 | 101010 | 111010 |
Color Harmonies of #C0AA66
Complementary color
Monochromatic Colors of #C0AA66
Black with #C0AA66
Text Example
Text Example
White with #C0AA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AA66; }
p { color: rgb(192,170,102); }
H1.HeaderClassName
{
color: #C0AA66;
}
.AnyTagClassName
{
color: #C0AA66;
}
</style>
background-color css
<style>
a { background-color: #C0AA66; }
a { background-color: rgb(192,170,102); }
div.DivClassName
{
background-color: #C0AA66;
}
.BgClassName
{
background-color: #C0AA66;
}
</style>
border-color css
<style>
span { border-color: #C0AA66; }
span { border-color: rgb(192,170,102); }
td.TdClassName
{
border-color: #C0AA66;
}
.TagClassName
{
border-color: #C0AA66;
}
</style>