Shades of Laser #C9A865
Tints of Laser #C9A865
RGB
CMYK
RGB Variations
Color information
#C9A865 (or 0xC9A865) is known color: Laser. HEX triplet: C9, A8 and 65. RGB value is (201,168,101). Sum of RGB (Red+Green+Blue) = 201+168+101=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A865 is #36579A. Grayscale: #AAAAAA. Windows color (decimal): -3561371 or 6662345. OLE color: 6662345.
HSL color Cylindrical-coordinate representation of color #C9A865: hue angle of 40.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9A865 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 168 | 101 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.21 |
| HSL | 40.2º | 0.48% | 0.59% | - |
| HSV(B) | 40.2º | 0.5% | 0.79% | - |
| XYZ | 40.44 | 41.36 | 18.16 | - |
| YUV | 170.23 | 88.93 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 168 | 101 | 0 | 0.16 | 0.50 | 0.21 | 40.2 | 0.48 | 0.59 |
| Hex | C9 | A8 | 65 | 0 | 10 | 32 | 15 | 28 | 30 | 3B |
| Octal | 311 | 250 | 145 | 0 | 20 | 62 | 25 | 50 | 60 | 73 |
| Binary | 11001001 | 10101000 | 1100101 | 0 | 10000 | 110010 | 10101 | 101000 | 110000 | 111011 |
Color Harmonies of #C9A865
Complementary color
Monochromatic Colors of #C9A865
Black with #C9A865
Text Example
Text Example
White with #C9A865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A865; }
p { color: rgb(201,168,101); }
H1.HeaderClassName
{
color: #C9A865;
}
.AnyTagClassName
{
color: #C9A865;
}
</style>
background-color css
<style>
a { background-color: #C9A865; }
a { background-color: rgb(201,168,101); }
div.DivClassName
{
background-color: #C9A865;
}
.BgClassName
{
background-color: #C9A865;
}
</style>
border-color css
<style>
span { border-color: #C9A865; }
span { border-color: rgb(201,168,101); }
td.TdClassName
{
border-color: #C9A865;
}
.TagClassName
{
border-color: #C9A865;
}
</style>