Shades of Laser #C9AD58
Tints of Laser #C9AD58
RGB
CMYK
RGB Variations
Color information
#C9AD58 (or 0xC9AD58) is known color: Laser. HEX triplet: C9, AD and 58. RGB value is (201,173,88). Sum of RGB (Red+Green+Blue) = 201+173+88=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 88 (34.77% from 255 or 19.05% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AD58 is #3652A7. Grayscale: #ACACAC. Windows color (decimal): -3560104 or 5811657. OLE color: 5811657.
HSL color Cylindrical-coordinate representation of color #C9AD58: hue angle of 45.13º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C9AD58 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 173 | 88 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.21 |
| HSL | 45.13º | 0.51% | 0.57% | - |
| HSV(B) | 45.13º | 0.56% | 0.79% | - |
| XYZ | 40.79 | 43.01 | 15.38 | - |
| YUV | 171.68 | 80.78 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 88 | 0 | 0.14 | 0.56 | 0.21 | 45.13 | 0.51 | 0.57 |
| Hex | C9 | AD | 58 | 0 | E | 38 | 15 | 2D | 33 | 39 |
| Octal | 311 | 255 | 130 | 0 | 16 | 70 | 25 | 55 | 63 | 71 |
| Binary | 11001001 | 10101101 | 1011000 | 0 | 1110 | 111000 | 10101 | 101101 | 110011 | 111001 |
Color Harmonies of #C9AD58
Complementary color
Monochromatic Colors of #C9AD58
Black with #C9AD58
Text Example
Text Example
White with #C9AD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AD58; }
p { color: rgb(201,173,88); }
H1.HeaderClassName
{
color: #C9AD58;
}
.AnyTagClassName
{
color: #C9AD58;
}
</style>
background-color css
<style>
a { background-color: #C9AD58; }
a { background-color: rgb(201,173,88); }
div.DivClassName
{
background-color: #C9AD58;
}
.BgClassName
{
background-color: #C9AD58;
}
</style>
border-color css
<style>
span { border-color: #C9AD58; }
span { border-color: rgb(201,173,88); }
td.TdClassName
{
border-color: #C9AD58;
}
.TagClassName
{
border-color: #C9AD58;
}
</style>