Shades of Laser #C9A856
Tints of Laser #C9A856
RGB
CMYK
RGB Variations
Color information
#C9A856 (or 0xC9A856) is known color: Laser. HEX triplet: C9, A8 and 56. RGB value is (201,168,86). Sum of RGB (Red+Green+Blue) = 201+168+86=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 86 (33.98% from 255 or 18.90% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A856 is #3657A9. Grayscale: #A8A8A8. Windows color (decimal): -3561386 or 5679305. OLE color: 5679305.
HSL color Cylindrical-coordinate representation of color #C9A856: hue angle of 42.78º 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 #C9A856 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 168 | 86 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.21 |
| HSL | 42.78º | 0.52% | 0.56% | - |
| HSV(B) | 42.78º | 0.57% | 0.79% | - |
| XYZ | 39.77 | 41.09 | 14.64 | - |
| YUV | 168.52 | 81.43 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 168 | 86 | 0 | 0.16 | 0.57 | 0.21 | 42.78 | 0.52 | 0.56 |
| Hex | C9 | A8 | 56 | 0 | 10 | 39 | 15 | 2B | 34 | 38 |
| Octal | 311 | 250 | 126 | 0 | 20 | 71 | 25 | 53 | 64 | 70 |
| Binary | 11001001 | 10101000 | 1010110 | 0 | 10000 | 111001 | 10101 | 101011 | 110100 | 111000 |
Color Harmonies of #C9A856
Complementary color
Monochromatic Colors of #C9A856
Black with #C9A856
Text Example
Text Example
White with #C9A856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A856; }
p { color: rgb(201,168,86); }
H1.HeaderClassName
{
color: #C9A856;
}
.AnyTagClassName
{
color: #C9A856;
}
</style>
background-color css
<style>
a { background-color: #C9A856; }
a { background-color: rgb(201,168,86); }
div.DivClassName
{
background-color: #C9A856;
}
.BgClassName
{
background-color: #C9A856;
}
</style>
border-color css
<style>
span { border-color: #C9A856; }
span { border-color: rgb(201,168,86); }
td.TdClassName
{
border-color: #C9A856;
}
.TagClassName
{
border-color: #C9A856;
}
</style>