Shades of Laser #C9AD57
Tints of Laser #C9AD57
RGB
CMYK
RGB Variations
Color information
#C9AD57 (or 0xC9AD57) is known color: Laser. HEX triplet: C9, AD and 57. RGB value is (201,173,87). Sum of RGB (Red+Green+Blue) = 201+173+87=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 87 (34.38% from 255 or 18.87% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AD57 is #3652A8. Grayscale: #ABABAB. Windows color (decimal): -3560105 or 5746121. OLE color: 5746121.
HSL color Cylindrical-coordinate representation of color #C9AD57: hue angle of 45.26º degrees, saturation: 0.51, 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 #C9AD57 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 173 | 87 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.21 |
| HSL | 45.26º | 0.51% | 0.56% | - |
| HSV(B) | 45.26º | 0.57% | 0.79% | - |
| XYZ | 40.75 | 42.99 | 15.17 | - |
| YUV | 171.57 | 80.28 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 87 | 0 | 0.14 | 0.57 | 0.21 | 45.26 | 0.51 | 0.56 |
| Hex | C9 | AD | 57 | 0 | E | 39 | 15 | 2D | 33 | 38 |
| Octal | 311 | 255 | 127 | 0 | 16 | 71 | 25 | 55 | 63 | 70 |
| Binary | 11001001 | 10101101 | 1010111 | 0 | 1110 | 111001 | 10101 | 101101 | 110011 | 111000 |
Color Harmonies of #C9AD57
Complementary color
Monochromatic Colors of #C9AD57
Black with #C9AD57
Text Example
Text Example
White with #C9AD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AD57; }
p { color: rgb(201,173,87); }
H1.HeaderClassName
{
color: #C9AD57;
}
.AnyTagClassName
{
color: #C9AD57;
}
</style>
background-color css
<style>
a { background-color: #C9AD57; }
a { background-color: rgb(201,173,87); }
div.DivClassName
{
background-color: #C9AD57;
}
.BgClassName
{
background-color: #C9AD57;
}
</style>
border-color css
<style>
span { border-color: #C9AD57; }
span { border-color: rgb(201,173,87); }
td.TdClassName
{
border-color: #C9AD57;
}
.TagClassName
{
border-color: #C9AD57;
}
</style>