Shades of Laser #C0A662
Tints of Laser #C0A662
RGB
CMYK
RGB Variations
Color information
#C0A662 (or 0xC0A662) is known color: Laser. HEX triplet: C0, A6 and 62. RGB value is (192,166,98). Sum of RGB (Red+Green+Blue) = 192+166+98=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 98 (38.67% from 255 or 21.49% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A662 is #3F599D. Grayscale: #A6A6A6. Windows color (decimal): -4151710 or 6465216. OLE color: 6465216.
HSL color Cylindrical-coordinate representation of color #C0A662: hue angle of 43.4º 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 #C0A662 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 98 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.25 |
| HSL | 43.4º | 0.43% | 0.57% | - |
| HSV(B) | 43.4º | 0.49% | 0.75% | - |
| XYZ | 37.58 | 39.36 | 17.17 | - |
| YUV | 166.02 | 89.61 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 98 | 0 | 0.14 | 0.49 | 0.25 | 43.4 | 0.43 | 0.57 |
| Hex | C0 | A6 | 62 | 0 | E | 31 | 19 | 2B | 2B | 39 |
| Octal | 300 | 246 | 142 | 0 | 16 | 61 | 31 | 53 | 53 | 71 |
| Binary | 11000000 | 10100110 | 1100010 | 0 | 1110 | 110001 | 11001 | 101011 | 101011 | 111001 |
Color Harmonies of #C0A662
Complementary color
Monochromatic Colors of #C0A662
Black with #C0A662
Text Example
Text Example
White with #C0A662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A662; }
p { color: rgb(192,166,98); }
H1.HeaderClassName
{
color: #C0A662;
}
.AnyTagClassName
{
color: #C0A662;
}
</style>
background-color css
<style>
a { background-color: #C0A662; }
a { background-color: rgb(192,166,98); }
div.DivClassName
{
background-color: #C0A662;
}
.BgClassName
{
background-color: #C0A662;
}
</style>
border-color css
<style>
span { border-color: #C0A662; }
span { border-color: rgb(192,166,98); }
td.TdClassName
{
border-color: #C0A662;
}
.TagClassName
{
border-color: #C0A662;
}
</style>