Shades of Laser #C9A662
Tints of Laser #C9A662
RGB
CMYK
RGB Variations
Color information
#C9A662 (or 0xC9A662) is known color: Laser. HEX triplet: C9, A6 and 62. RGB value is (201,166,98). Sum of RGB (Red+Green+Blue) = 201+166+98=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A662 is #36599D. Grayscale: #A9A9A9. Windows color (decimal): -3561886 or 6465225. OLE color: 6465225.
HSL color Cylindrical-coordinate representation of color #C9A662: hue angle of 39.61º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C9A662 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 166 | 98 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.21 |
| HSL | 39.61º | 0.49% | 0.59% | - |
| HSV(B) | 39.61º | 0.51% | 0.79% | - |
| XYZ | 39.93 | 40.57 | 17.28 | - |
| YUV | 168.71 | 88.1 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 166 | 98 | 0 | 0.17 | 0.51 | 0.21 | 39.61 | 0.49 | 0.59 |
| Hex | C9 | A6 | 62 | 0 | 11 | 33 | 15 | 28 | 31 | 3B |
| Octal | 311 | 246 | 142 | 0 | 21 | 63 | 25 | 50 | 61 | 73 |
| Binary | 11001001 | 10100110 | 1100010 | 0 | 10001 | 110011 | 10101 | 101000 | 110001 | 111011 |
Color Harmonies of #C9A662
Complementary color
Monochromatic Colors of #C9A662
Black with #C9A662
Text Example
Text Example
White with #C9A662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A662; }
p { color: rgb(201,166,98); }
H1.HeaderClassName
{
color: #C9A662;
}
.AnyTagClassName
{
color: #C9A662;
}
</style>
background-color css
<style>
a { background-color: #C9A662; }
a { background-color: rgb(201,166,98); }
div.DivClassName
{
background-color: #C9A662;
}
.BgClassName
{
background-color: #C9A662;
}
</style>
border-color css
<style>
span { border-color: #C9A662; }
span { border-color: rgb(201,166,98); }
td.TdClassName
{
border-color: #C9A662;
}
.TagClassName
{
border-color: #C9A662;
}
</style>