Shades of Laser #C9A054
Tints of Laser #C9A054
RGB
CMYK
RGB Variations
Color information
#C9A054 (or 0xC9A054) is known color: Laser. HEX triplet: C9, A0 and 54. RGB value is (201,160,84). Sum of RGB (Red+Green+Blue) = 201+160+84=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 84 (33.20% from 255 or 18.88% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A054 is #365FAB. Grayscale: #A3A3A3. Windows color (decimal): -3563436 or 5546185. OLE color: 5546185.
HSL color Cylindrical-coordinate representation of color #C9A054: hue angle of 38.97º 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 #C9A054 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 160 | 84 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.21 |
| HSL | 38.97º | 0.52% | 0.56% | - |
| HSV(B) | 38.97º | 0.58% | 0.79% | - |
| XYZ | 38.26 | 38.2 | 13.74 | - |
| YUV | 163.6 | 83.08 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 84 | 0 | 0.20 | 0.58 | 0.21 | 38.97 | 0.52 | 0.56 |
| Hex | C9 | A0 | 54 | 0 | 14 | 3A | 15 | 27 | 34 | 38 |
| Octal | 311 | 240 | 124 | 0 | 24 | 72 | 25 | 47 | 64 | 70 |
| Binary | 11001001 | 10100000 | 1010100 | 0 | 10100 | 111010 | 10101 | 100111 | 110100 | 111000 |
Color Harmonies of #C9A054
Complementary color
Monochromatic Colors of #C9A054
Black with #C9A054
Text Example
Text Example
White with #C9A054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A054; }
p { color: rgb(201,160,84); }
H1.HeaderClassName
{
color: #C9A054;
}
.AnyTagClassName
{
color: #C9A054;
}
</style>
background-color css
<style>
a { background-color: #C9A054; }
a { background-color: rgb(201,160,84); }
div.DivClassName
{
background-color: #C9A054;
}
.BgClassName
{
background-color: #C9A054;
}
</style>
border-color css
<style>
span { border-color: #C9A054; }
span { border-color: rgb(201,160,84); }
td.TdClassName
{
border-color: #C9A054;
}
.TagClassName
{
border-color: #C9A054;
}
</style>