Shades of Laser #C0AC62
Tints of Laser #C0AC62
RGB
CMYK
RGB Variations
Color information
#C0AC62 (or 0xC0AC62) is known color: Laser. HEX triplet: C0, AC and 62. RGB value is (192,172,98). Sum of RGB (Red+Green+Blue) = 192+172+98=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 98 (38.67% from 255 or 21.21% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AC62 is #3F539D. Grayscale: #A9A9A9. Windows color (decimal): -4150174 or 6466752. OLE color: 6466752.
HSL color Cylindrical-coordinate representation of color #C0AC62: hue angle of 47.23º 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 #C0AC62 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 98 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.25 |
| HSL | 47.23º | 0.43% | 0.57% | - |
| HSV(B) | 47.23º | 0.49% | 0.75% | - |
| XYZ | 38.7 | 41.59 | 17.54 | - |
| YUV | 169.54 | 87.63 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 98 | 0 | 0.10 | 0.49 | 0.25 | 47.23 | 0.43 | 0.57 |
| Hex | C0 | AC | 62 | 0 | A | 31 | 19 | 2F | 2B | 39 |
| Octal | 300 | 254 | 142 | 0 | 12 | 61 | 31 | 57 | 53 | 71 |
| Binary | 11000000 | 10101100 | 1100010 | 0 | 1010 | 110001 | 11001 | 101111 | 101011 | 111001 |
Color Harmonies of #C0AC62
Complementary color
Monochromatic Colors of #C0AC62
Black with #C0AC62
Text Example
Text Example
White with #C0AC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC62; }
p { color: rgb(192,172,98); }
H1.HeaderClassName
{
color: #C0AC62;
}
.AnyTagClassName
{
color: #C0AC62;
}
</style>
background-color css
<style>
a { background-color: #C0AC62; }
a { background-color: rgb(192,172,98); }
div.DivClassName
{
background-color: #C0AC62;
}
.BgClassName
{
background-color: #C0AC62;
}
</style>
border-color css
<style>
span { border-color: #C0AC62; }
span { border-color: rgb(192,172,98); }
td.TdClassName
{
border-color: #C0AC62;
}
.TagClassName
{
border-color: #C0AC62;
}
</style>