Shades of Laser #C9AA5C
Tints of Laser #C9AA5C
RGB
CMYK
RGB Variations
Color information
#C9AA5C (or 0xC9AA5C) is known color: Laser. HEX triplet: C9, AA and 5C. RGB value is (201,170,92). Sum of RGB (Red+Green+Blue) = 201+170+92=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AA5C is #3655A3. Grayscale: #AAAAAA. Windows color (decimal): -3560868 or 6073033. OLE color: 6073033.
HSL color Cylindrical-coordinate representation of color #C9AA5C: hue angle of 42.94º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9AA5C is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 170 | 92 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.21 |
| HSL | 42.94º | 0.5% | 0.57% | - |
| HSV(B) | 42.94º | 0.54% | 0.79% | - |
| XYZ | 40.39 | 41.94 | 16.09 | - |
| YUV | 170.38 | 83.77 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 170 | 92 | 0 | 0.15 | 0.54 | 0.21 | 42.94 | 0.5 | 0.57 |
| Hex | C9 | AA | 5C | 0 | F | 36 | 15 | 2B | 32 | 39 |
| Octal | 311 | 252 | 134 | 0 | 17 | 66 | 25 | 53 | 62 | 71 |
| Binary | 11001001 | 10101010 | 1011100 | 0 | 1111 | 110110 | 10101 | 101011 | 110010 | 111001 |
Color Harmonies of #C9AA5C
Complementary color
Monochromatic Colors of #C9AA5C
Black with #C9AA5C
Text Example
Text Example
White with #C9AA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AA5C; }
p { color: rgb(201,170,92); }
H1.HeaderClassName
{
color: #C9AA5C;
}
.AnyTagClassName
{
color: #C9AA5C;
}
</style>
background-color css
<style>
a { background-color: #C9AA5C; }
a { background-color: rgb(201,170,92); }
div.DivClassName
{
background-color: #C9AA5C;
}
.BgClassName
{
background-color: #C9AA5C;
}
</style>
border-color css
<style>
span { border-color: #C9AA5C; }
span { border-color: rgb(201,170,92); }
td.TdClassName
{
border-color: #C9AA5C;
}
.TagClassName
{
border-color: #C9AA5C;
}
</style>