Shades of Laser #C9A860
Tints of Laser #C9A860
RGB
CMYK
RGB Variations
Color information
#C9A860 (or 0xC9A860) is known color: Laser. HEX triplet: C9, A8 and 60. RGB value is (201,168,96). Sum of RGB (Red+Green+Blue) = 201+168+96=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A860 is #36579F. Grayscale: #A9A9A9. Windows color (decimal): -3561376 or 6334665. OLE color: 6334665.
HSL color Cylindrical-coordinate representation of color #C9A860: hue angle of 41.14º 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 #C9A860 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 168 | 96 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.21 |
| HSL | 41.14º | 0.49% | 0.58% | - |
| HSV(B) | 41.14º | 0.52% | 0.79% | - |
| XYZ | 40.2 | 41.27 | 16.91 | - |
| YUV | 169.66 | 86.43 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 168 | 96 | 0 | 0.16 | 0.52 | 0.21 | 41.14 | 0.49 | 0.58 |
| Hex | C9 | A8 | 60 | 0 | 10 | 34 | 15 | 29 | 31 | 3A |
| Octal | 311 | 250 | 140 | 0 | 20 | 64 | 25 | 51 | 61 | 72 |
| Binary | 11001001 | 10101000 | 1100000 | 0 | 10000 | 110100 | 10101 | 101001 | 110001 | 111010 |
Color Harmonies of #C9A860
Complementary color
Monochromatic Colors of #C9A860
Black with #C9A860
Text Example
Text Example
White with #C9A860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A860; }
p { color: rgb(201,168,96); }
H1.HeaderClassName
{
color: #C9A860;
}
.AnyTagClassName
{
color: #C9A860;
}
</style>
background-color css
<style>
a { background-color: #C9A860; }
a { background-color: rgb(201,168,96); }
div.DivClassName
{
background-color: #C9A860;
}
.BgClassName
{
background-color: #C9A860;
}
</style>
border-color css
<style>
span { border-color: #C9A860; }
span { border-color: rgb(201,168,96); }
td.TdClassName
{
border-color: #C9A860;
}
.TagClassName
{
border-color: #C9A860;
}
</style>