Shades of Laser #C9A153
Tints of Laser #C9A153
RGB
CMYK
RGB Variations
Color information
#C9A153 (or 0xC9A153) is known color: Laser. HEX triplet: C9, A1 and 53. RGB value is (201,161,83). Sum of RGB (Red+Green+Blue) = 201+161+83=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 83 (32.81% from 255 or 18.65% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A153 is #365EAC. Grayscale: #A4A4A4. Windows color (decimal): -3563181 or 5480905. OLE color: 5480905.
HSL color Cylindrical-coordinate representation of color #C9A153: hue angle of 39.66º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C9A153 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 83 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.21 |
| HSL | 39.66º | 0.52% | 0.56% | - |
| HSV(B) | 39.66º | 0.59% | 0.79% | - |
| XYZ | 38.39 | 38.53 | 13.6 | - |
| YUV | 164.07 | 82.25 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 83 | 0 | 0.20 | 0.59 | 0.21 | 39.66 | 0.52 | 0.56 |
| Hex | C9 | A1 | 53 | 0 | 14 | 3B | 15 | 28 | 34 | 38 |
| Octal | 311 | 241 | 123 | 0 | 24 | 73 | 25 | 50 | 64 | 70 |
| Binary | 11001001 | 10100001 | 1010011 | 0 | 10100 | 111011 | 10101 | 101000 | 110100 | 111000 |
Color Harmonies of #C9A153
Complementary color
Monochromatic Colors of #C9A153
Black with #C9A153
Text Example
Text Example
White with #C9A153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A153; }
p { color: rgb(201,161,83); }
H1.HeaderClassName
{
color: #C9A153;
}
.AnyTagClassName
{
color: #C9A153;
}
</style>
background-color css
<style>
a { background-color: #C9A153; }
a { background-color: rgb(201,161,83); }
div.DivClassName
{
background-color: #C9A153;
}
.BgClassName
{
background-color: #C9A153;
}
</style>
border-color css
<style>
span { border-color: #C9A153; }
span { border-color: rgb(201,161,83); }
td.TdClassName
{
border-color: #C9A153;
}
.TagClassName
{
border-color: #C9A153;
}
</style>