Shades of Laser #C0AC60
Tints of Laser #C0AC60
RGB
CMYK
RGB Variations
Color information
#C0AC60 (or 0xC0AC60) is known color: Laser. HEX triplet: C0, AC and 60. RGB value is (192,172,96). Sum of RGB (Red+Green+Blue) = 192+172+96=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AC60 is #3F539F. Grayscale: #A9A9A9. Windows color (decimal): -4150176 or 6335680. OLE color: 6335680.
HSL color Cylindrical-coordinate representation of color #C0AC60: hue angle of 47.5º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0AC60 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 96 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.25 |
| HSL | 47.5º | 0.43% | 0.56% | - |
| HSV(B) | 47.5º | 0.5% | 0.75% | - |
| XYZ | 38.6 | 41.56 | 17.05 | - |
| YUV | 169.32 | 86.63 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 96 | 0 | 0.10 | 0.50 | 0.25 | 47.5 | 0.43 | 0.56 |
| Hex | C0 | AC | 60 | 0 | A | 32 | 19 | 30 | 2B | 38 |
| Octal | 300 | 254 | 140 | 0 | 12 | 62 | 31 | 60 | 53 | 70 |
| Binary | 11000000 | 10101100 | 1100000 | 0 | 1010 | 110010 | 11001 | 110000 | 101011 | 111000 |
Color Harmonies of #C0AC60
Complementary color
Monochromatic Colors of #C0AC60
Black with #C0AC60
Text Example
Text Example
White with #C0AC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC60; }
p { color: rgb(192,172,96); }
H1.HeaderClassName
{
color: #C0AC60;
}
.AnyTagClassName
{
color: #C0AC60;
}
</style>
background-color css
<style>
a { background-color: #C0AC60; }
a { background-color: rgb(192,172,96); }
div.DivClassName
{
background-color: #C0AC60;
}
.BgClassName
{
background-color: #C0AC60;
}
</style>
border-color css
<style>
span { border-color: #C0AC60; }
span { border-color: rgb(192,172,96); }
td.TdClassName
{
border-color: #C0AC60;
}
.TagClassName
{
border-color: #C0AC60;
}
</style>