Shades of Laser #C9AB5E
Tints of Laser #C9AB5E
RGB
CMYK
RGB Variations
Color information
#C9AB5E (or 0xC9AB5E) is known color: Laser. HEX triplet: C9, AB and 5E. RGB value is (201,171,94). Sum of RGB (Red+Green+Blue) = 201+171+94=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AB5E is #3654A1. Grayscale: #ABABAB. Windows color (decimal): -3560610 or 6204361. OLE color: 6204361.
HSL color Cylindrical-coordinate representation of color #C9AB5E: hue angle of 43.18º 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 #C9AB5E is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 171 | 94 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.21 |
| HSL | 43.18º | 0.5% | 0.58% | - |
| HSV(B) | 43.18º | 0.53% | 0.79% | - |
| XYZ | 40.67 | 42.35 | 16.62 | - |
| YUV | 171.19 | 84.44 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 94 | 0 | 0.15 | 0.53 | 0.21 | 43.18 | 0.5 | 0.58 |
| Hex | C9 | AB | 5E | 0 | F | 35 | 15 | 2B | 32 | 3A |
| Octal | 311 | 253 | 136 | 0 | 17 | 65 | 25 | 53 | 62 | 72 |
| Binary | 11001001 | 10101011 | 1011110 | 0 | 1111 | 110101 | 10101 | 101011 | 110010 | 111010 |
Color Harmonies of #C9AB5E
Complementary color
Monochromatic Colors of #C9AB5E
Black with #C9AB5E
Text Example
Text Example
White with #C9AB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AB5E; }
p { color: rgb(201,171,94); }
H1.HeaderClassName
{
color: #C9AB5E;
}
.AnyTagClassName
{
color: #C9AB5E;
}
</style>
background-color css
<style>
a { background-color: #C9AB5E; }
a { background-color: rgb(201,171,94); }
div.DivClassName
{
background-color: #C9AB5E;
}
.BgClassName
{
background-color: #C9AB5E;
}
</style>
border-color css
<style>
span { border-color: #C9AB5E; }
span { border-color: rgb(201,171,94); }
td.TdClassName
{
border-color: #C9AB5E;
}
.TagClassName
{
border-color: #C9AB5E;
}
</style>