Shades of Laser #C9A760
Tints of Laser #C9A760
RGB
CMYK
RGB Variations
Color information
#C9A760 (or 0xC9A760) is known color: Laser. HEX triplet: C9, A7 and 60. RGB value is (201,167,96). Sum of RGB (Red+Green+Blue) = 201+167+96=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A760 is #36589F. Grayscale: #A9A9A9. Windows color (decimal): -3561632 or 6334409. OLE color: 6334409.
HSL color Cylindrical-coordinate representation of color #C9A760: hue angle of 40.57º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C9A760 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 167 | 96 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.21 |
| HSL | 40.57º | 0.49% | 0.58% | - |
| HSV(B) | 40.57º | 0.52% | 0.79% | - |
| XYZ | 40.02 | 40.9 | 16.85 | - |
| YUV | 169.07 | 86.76 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 167 | 96 | 0 | 0.17 | 0.52 | 0.21 | 40.57 | 0.49 | 0.58 |
| Hex | C9 | A7 | 60 | 0 | 11 | 34 | 15 | 29 | 31 | 3A |
| Octal | 311 | 247 | 140 | 0 | 21 | 64 | 25 | 51 | 61 | 72 |
| Binary | 11001001 | 10100111 | 1100000 | 0 | 10001 | 110100 | 10101 | 101001 | 110001 | 111010 |
Color Harmonies of #C9A760
Complementary color
Monochromatic Colors of #C9A760
Black with #C9A760
Text Example
Text Example
White with #C9A760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A760; }
p { color: rgb(201,167,96); }
H1.HeaderClassName
{
color: #C9A760;
}
.AnyTagClassName
{
color: #C9A760;
}
</style>
background-color css
<style>
a { background-color: #C9A760; }
a { background-color: rgb(201,167,96); }
div.DivClassName
{
background-color: #C9A760;
}
.BgClassName
{
background-color: #C9A760;
}
</style>
border-color css
<style>
span { border-color: #C9A760; }
span { border-color: rgb(201,167,96); }
td.TdClassName
{
border-color: #C9A760;
}
.TagClassName
{
border-color: #C9A760;
}
</style>