Shades of Laser #C9A156
Tints of Laser #C9A156
RGB
CMYK
RGB Variations
Color information
#C9A156 (or 0xC9A156) is known color: Laser. HEX triplet: C9, A1 and 56. RGB value is (201,161,86). Sum of RGB (Red+Green+Blue) = 201+161+86=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 86 (33.98% from 255 or 19.20% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A156 is #365EA9. Grayscale: #A4A4A4. Windows color (decimal): -3563178 or 5677513. OLE color: 5677513.
HSL color Cylindrical-coordinate representation of color #C9A156: hue angle of 39.13º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C9A156 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 86 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.21 |
| HSL | 39.13º | 0.52% | 0.56% | - |
| HSV(B) | 39.13º | 0.57% | 0.79% | - |
| XYZ | 38.51 | 38.58 | 14.22 | - |
| YUV | 164.41 | 83.75 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 86 | 0 | 0.20 | 0.57 | 0.21 | 39.13 | 0.52 | 0.56 |
| Hex | C9 | A1 | 56 | 0 | 14 | 39 | 15 | 27 | 34 | 38 |
| Octal | 311 | 241 | 126 | 0 | 24 | 71 | 25 | 47 | 64 | 70 |
| Binary | 11001001 | 10100001 | 1010110 | 0 | 10100 | 111001 | 10101 | 100111 | 110100 | 111000 |
Color Harmonies of #C9A156
Complementary color
Monochromatic Colors of #C9A156
Black with #C9A156
Text Example
Text Example
White with #C9A156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A156; }
p { color: rgb(201,161,86); }
H1.HeaderClassName
{
color: #C9A156;
}
.AnyTagClassName
{
color: #C9A156;
}
</style>
background-color css
<style>
a { background-color: #C9A156; }
a { background-color: rgb(201,161,86); }
div.DivClassName
{
background-color: #C9A156;
}
.BgClassName
{
background-color: #C9A156;
}
</style>
border-color css
<style>
span { border-color: #C9A156; }
span { border-color: rgb(201,161,86); }
td.TdClassName
{
border-color: #C9A156;
}
.TagClassName
{
border-color: #C9A156;
}
</style>