Shades of Laser #C9A955
Tints of Laser #C9A955
RGB
CMYK
RGB Variations
Color information
#C9A955 (or 0xC9A955) is known color: Laser. HEX triplet: C9, A9 and 55. RGB value is (201,169,85). Sum of RGB (Red+Green+Blue) = 201+169+85=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 169 (66.41% from 255 or 37.14% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A955 is #3656AA. Grayscale: #A9A9A9. Windows color (decimal): -3561131 or 5614025. OLE color: 5614025.
HSL color Cylindrical-coordinate representation of color #C9A955: hue angle of 43.45º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C9A955 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 169 | 85 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.21 |
| HSL | 43.45º | 0.52% | 0.56% | - |
| HSV(B) | 43.45º | 0.58% | 0.79% | - |
| XYZ | 39.92 | 41.45 | 14.49 | - |
| YUV | 168.99 | 80.6 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 169 | 85 | 0 | 0.16 | 0.58 | 0.21 | 43.45 | 0.52 | 0.56 |
| Hex | C9 | A9 | 55 | 0 | 10 | 3A | 15 | 2B | 34 | 38 |
| Octal | 311 | 251 | 125 | 0 | 20 | 72 | 25 | 53 | 64 | 70 |
| Binary | 11001001 | 10101001 | 1010101 | 0 | 10000 | 111010 | 10101 | 101011 | 110100 | 111000 |
Color Harmonies of #C9A955
Complementary color
Monochromatic Colors of #C9A955
Black with #C9A955
Text Example
Text Example
White with #C9A955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A955; }
p { color: rgb(201,169,85); }
H1.HeaderClassName
{
color: #C9A955;
}
.AnyTagClassName
{
color: #C9A955;
}
</style>
background-color css
<style>
a { background-color: #C9A955; }
a { background-color: rgb(201,169,85); }
div.DivClassName
{
background-color: #C9A955;
}
.BgClassName
{
background-color: #C9A955;
}
</style>
border-color css
<style>
span { border-color: #C9A955; }
span { border-color: rgb(201,169,85); }
td.TdClassName
{
border-color: #C9A955;
}
.TagClassName
{
border-color: #C9A955;
}
</style>