Shades of Laser #C9A95F
Tints of Laser #C9A95F
RGB
CMYK
RGB Variations
Color information
#C9A95F (or 0xC9A95F) is known color: Laser. HEX triplet: C9, A9 and 5F. RGB value is (201,169,95). Sum of RGB (Red+Green+Blue) = 201+169+95=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A95F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A95F is #3656A0. Grayscale: #AAAAAA. Windows color (decimal): -3561121 or 6269385. OLE color: 6269385.
HSL color Cylindrical-coordinate representation of color #C9A95F: hue angle of 41.89º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9A95F is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 169 | 95 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.21 |
| HSL | 41.89º | 0.5% | 0.58% | - |
| HSV(B) | 41.89º | 0.53% | 0.79% | - |
| XYZ | 40.34 | 41.62 | 16.73 | - |
| YUV | 170.13 | 85.6 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 169 | 95 | 0 | 0.16 | 0.53 | 0.21 | 41.89 | 0.5 | 0.58 |
| Hex | C9 | A9 | 5F | 0 | 10 | 35 | 15 | 2A | 32 | 3A |
| Octal | 311 | 251 | 137 | 0 | 20 | 65 | 25 | 52 | 62 | 72 |
| Binary | 11001001 | 10101001 | 1011111 | 0 | 10000 | 110101 | 10101 | 101010 | 110010 | 111010 |
Color Harmonies of #C9A95F
Complementary color
Monochromatic Colors of #C9A95F
Black with #C9A95F
Text Example
Text Example
White with #C9A95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A95F; }
p { color: rgb(201,169,95); }
H1.HeaderClassName
{
color: #C9A95F;
}
.AnyTagClassName
{
color: #C9A95F;
}
</style>
background-color css
<style>
a { background-color: #C9A95F; }
a { background-color: rgb(201,169,95); }
div.DivClassName
{
background-color: #C9A95F;
}
.BgClassName
{
background-color: #C9A95F;
}
</style>
border-color css
<style>
span { border-color: #C9A95F; }
span { border-color: rgb(201,169,95); }
td.TdClassName
{
border-color: #C9A95F;
}
.TagClassName
{
border-color: #C9A95F;
}
</style>