Shades of Laser #C9AD5D
Tints of Laser #C9AD5D
RGB
CMYK
RGB Variations
Color information
#C9AD5D (or 0xC9AD5D) is known color: Laser. HEX triplet: C9, AD and 5D. RGB value is (201,173,93). Sum of RGB (Red+Green+Blue) = 201+173+93=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AD5D is #3652A2. Grayscale: #ACACAC. Windows color (decimal): -3560099 or 6139337. OLE color: 6139337.
HSL color Cylindrical-coordinate representation of color #C9AD5D: hue angle of 44.44º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9AD5D is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 173 | 93 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.21 |
| HSL | 44.44º | 0.5% | 0.58% | - |
| HSV(B) | 44.44º | 0.54% | 0.79% | - |
| XYZ | 41.01 | 43.09 | 16.51 | - |
| YUV | 172.25 | 83.28 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 93 | 0 | 0.14 | 0.54 | 0.21 | 44.44 | 0.5 | 0.58 |
| Hex | C9 | AD | 5D | 0 | E | 36 | 15 | 2C | 32 | 3A |
| Octal | 311 | 255 | 135 | 0 | 16 | 66 | 25 | 54 | 62 | 72 |
| Binary | 11001001 | 10101101 | 1011101 | 0 | 1110 | 110110 | 10101 | 101100 | 110010 | 111010 |
Color Harmonies of #C9AD5D
Complementary color
Monochromatic Colors of #C9AD5D
Black with #C9AD5D
Text Example
Text Example
White with #C9AD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AD5D; }
p { color: rgb(201,173,93); }
H1.HeaderClassName
{
color: #C9AD5D;
}
.AnyTagClassName
{
color: #C9AD5D;
}
</style>
background-color css
<style>
a { background-color: #C9AD5D; }
a { background-color: rgb(201,173,93); }
div.DivClassName
{
background-color: #C9AD5D;
}
.BgClassName
{
background-color: #C9AD5D;
}
</style>
border-color css
<style>
span { border-color: #C9AD5D; }
span { border-color: rgb(201,173,93); }
td.TdClassName
{
border-color: #C9AD5D;
}
.TagClassName
{
border-color: #C9AD5D;
}
</style>