Shades of Laser #C9A055
Tints of Laser #C9A055
RGB
CMYK
RGB Variations
Color information
#C9A055 (or 0xC9A055) is known color: Laser. HEX triplet: C9, A0 and 55. RGB value is (201,160,85). Sum of RGB (Red+Green+Blue) = 201+160+85=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 85 (33.59% from 255 or 19.06% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A055 is #365FAA. Grayscale: #A4A4A4. Windows color (decimal): -3563435 or 5611721. OLE color: 5611721.
HSL color Cylindrical-coordinate representation of color #C9A055: hue angle of 38.79º 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 #C9A055 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 160 | 85 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.21 |
| HSL | 38.79º | 0.52% | 0.56% | - |
| HSV(B) | 38.79º | 0.58% | 0.79% | - |
| XYZ | 38.3 | 38.22 | 13.95 | - |
| YUV | 163.71 | 83.58 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 85 | 0 | 0.20 | 0.58 | 0.21 | 38.79 | 0.52 | 0.56 |
| Hex | C9 | A0 | 55 | 0 | 14 | 3A | 15 | 27 | 34 | 38 |
| Octal | 311 | 240 | 125 | 0 | 24 | 72 | 25 | 47 | 64 | 70 |
| Binary | 11001001 | 10100000 | 1010101 | 0 | 10100 | 111010 | 10101 | 100111 | 110100 | 111000 |
Color Harmonies of #C9A055
Complementary color
Monochromatic Colors of #C9A055
Black with #C9A055
Text Example
Text Example
White with #C9A055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A055; }
p { color: rgb(201,160,85); }
H1.HeaderClassName
{
color: #C9A055;
}
.AnyTagClassName
{
color: #C9A055;
}
</style>
background-color css
<style>
a { background-color: #C9A055; }
a { background-color: rgb(201,160,85); }
div.DivClassName
{
background-color: #C9A055;
}
.BgClassName
{
background-color: #C9A055;
}
</style>
border-color css
<style>
span { border-color: #C9A055; }
span { border-color: rgb(201,160,85); }
td.TdClassName
{
border-color: #C9A055;
}
.TagClassName
{
border-color: #C9A055;
}
</style>