Shades of Laser #C9AD56
Tints of Laser #C9AD56
RGB
CMYK
RGB Variations
Color information
#C9AD56 (or 0xC9AD56) is known color: Laser. HEX triplet: C9, AD and 56. RGB value is (201,173,86). Sum of RGB (Red+Green+Blue) = 201+173+86=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 86 (33.98% from 255 or 18.70% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AD56 is #3652A9. Grayscale: #ABABAB. Windows color (decimal): -3560106 or 5680585. OLE color: 5680585.
HSL color Cylindrical-coordinate representation of color #C9AD56: hue angle of 45.39º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C9AD56 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 173 | 86 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.21 |
| HSL | 45.39º | 0.52% | 0.56% | - |
| HSV(B) | 45.39º | 0.57% | 0.79% | - |
| XYZ | 40.71 | 42.98 | 14.95 | - |
| YUV | 171.45 | 79.78 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 86 | 0 | 0.14 | 0.57 | 0.21 | 45.39 | 0.52 | 0.56 |
| Hex | C9 | AD | 56 | 0 | E | 39 | 15 | 2D | 34 | 38 |
| Octal | 311 | 255 | 126 | 0 | 16 | 71 | 25 | 55 | 64 | 70 |
| Binary | 11001001 | 10101101 | 1010110 | 0 | 1110 | 111001 | 10101 | 101101 | 110100 | 111000 |
Color Harmonies of #C9AD56
Complementary color
Monochromatic Colors of #C9AD56
Black with #C9AD56
Text Example
Text Example
White with #C9AD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AD56; }
p { color: rgb(201,173,86); }
H1.HeaderClassName
{
color: #C9AD56;
}
.AnyTagClassName
{
color: #C9AD56;
}
</style>
background-color css
<style>
a { background-color: #C9AD56; }
a { background-color: rgb(201,173,86); }
div.DivClassName
{
background-color: #C9AD56;
}
.BgClassName
{
background-color: #C9AD56;
}
</style>
border-color css
<style>
span { border-color: #C9AD56; }
span { border-color: rgb(201,173,86); }
td.TdClassName
{
border-color: #C9AD56;
}
.TagClassName
{
border-color: #C9AD56;
}
</style>