Shades of Laser #C0AA6C
Tints of Laser #C0AA6C
RGB
CMYK
RGB Variations
Color information
#C0AA6C (or 0xC0AA6C) is known color: Laser. HEX triplet: C0, AA and 6C. RGB value is (192,170,108). Sum of RGB (Red+Green+Blue) = 192+170+108=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AA6C is #3F5593. Grayscale: #A9A9A9. Windows color (decimal): -4150676 or 7121600. OLE color: 7121600.
HSL color Cylindrical-coordinate representation of color #C0AA6C: hue angle of 44.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0AA6C is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 108 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.25 |
| HSL | 44.29º | 0.4% | 0.59% | - |
| HSV(B) | 44.29º | 0.44% | 0.75% | - |
| XYZ | 38.82 | 41.04 | 20.06 | - |
| YUV | 169.51 | 93.29 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 108 | 0 | 0.11 | 0.44 | 0.25 | 44.29 | 0.4 | 0.59 |
| Hex | C0 | AA | 6C | 0 | B | 2C | 19 | 2C | 28 | 3B |
| Octal | 300 | 252 | 154 | 0 | 13 | 54 | 31 | 54 | 50 | 73 |
| Binary | 11000000 | 10101010 | 1101100 | 0 | 1011 | 101100 | 11001 | 101100 | 101000 | 111011 |
Color Harmonies of #C0AA6C
Complementary color
Monochromatic Colors of #C0AA6C
Black with #C0AA6C
Text Example
Text Example
White with #C0AA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AA6C; }
p { color: rgb(192,170,108); }
H1.HeaderClassName
{
color: #C0AA6C;
}
.AnyTagClassName
{
color: #C0AA6C;
}
</style>
background-color css
<style>
a { background-color: #C0AA6C; }
a { background-color: rgb(192,170,108); }
div.DivClassName
{
background-color: #C0AA6C;
}
.BgClassName
{
background-color: #C0AA6C;
}
</style>
border-color css
<style>
span { border-color: #C0AA6C; }
span { border-color: rgb(192,170,108); }
td.TdClassName
{
border-color: #C0AA6C;
}
.TagClassName
{
border-color: #C0AA6C;
}
</style>