Shades of Laser #C9AA55
Tints of Laser #C9AA55
RGB
CMYK
RGB Variations
Color information
#C9AA55 (or 0xC9AA55) is known color: Laser. HEX triplet: C9, AA and 55. RGB value is (201,170,85). Sum of RGB (Red+Green+Blue) = 201+170+85=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 85 (33.59% from 255 or 18.64% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AA55 is #3655AA. Grayscale: #A9A9A9. Windows color (decimal): -3560875 or 5614281. OLE color: 5614281.
HSL color Cylindrical-coordinate representation of color #C9AA55: hue angle of 43.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 #C9AA55 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 170 | 85 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.21 |
| HSL | 43.97º | 0.52% | 0.56% | - |
| HSV(B) | 43.97º | 0.58% | 0.79% | - |
| XYZ | 40.1 | 41.82 | 14.55 | - |
| YUV | 169.58 | 80.27 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 170 | 85 | 0 | 0.15 | 0.58 | 0.21 | 43.97 | 0.52 | 0.56 |
| Hex | C9 | AA | 55 | 0 | F | 3A | 15 | 2C | 34 | 38 |
| Octal | 311 | 252 | 125 | 0 | 17 | 72 | 25 | 54 | 64 | 70 |
| Binary | 11001001 | 10101010 | 1010101 | 0 | 1111 | 111010 | 10101 | 101100 | 110100 | 111000 |
Color Harmonies of #C9AA55
Complementary color
Monochromatic Colors of #C9AA55
Black with #C9AA55
Text Example
Text Example
White with #C9AA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AA55; }
p { color: rgb(201,170,85); }
H1.HeaderClassName
{
color: #C9AA55;
}
.AnyTagClassName
{
color: #C9AA55;
}
</style>
background-color css
<style>
a { background-color: #C9AA55; }
a { background-color: rgb(201,170,85); }
div.DivClassName
{
background-color: #C9AA55;
}
.BgClassName
{
background-color: #C9AA55;
}
</style>
border-color css
<style>
span { border-color: #C9AA55; }
span { border-color: rgb(201,170,85); }
td.TdClassName
{
border-color: #C9AA55;
}
.TagClassName
{
border-color: #C9AA55;
}
</style>