Shades of Laser #C9AC57
Tints of Laser #C9AC57
RGB
CMYK
RGB Variations
Color information
#C9AC57 (or 0xC9AC57) is known color: Laser. HEX triplet: C9, AC and 57. RGB value is (201,172,87). Sum of RGB (Red+Green+Blue) = 201+172+87=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 87 (34.38% from 255 or 18.91% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AC57 is #3653A8. Grayscale: #ABABAB. Windows color (decimal): -3560361 or 5745865. OLE color: 5745865.
HSL color Cylindrical-coordinate representation of color #C9AC57: hue angle of 44.74º 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 #C9AC57 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 172 | 87 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.21 |
| HSL | 44.74º | 0.51% | 0.56% | - |
| HSV(B) | 44.74º | 0.57% | 0.79% | - |
| XYZ | 40.56 | 42.61 | 15.1 | - |
| YUV | 170.98 | 80.61 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 172 | 87 | 0 | 0.14 | 0.57 | 0.21 | 44.74 | 0.51 | 0.56 |
| Hex | C9 | AC | 57 | 0 | E | 39 | 15 | 2D | 33 | 38 |
| Octal | 311 | 254 | 127 | 0 | 16 | 71 | 25 | 55 | 63 | 70 |
| Binary | 11001001 | 10101100 | 1010111 | 0 | 1110 | 111001 | 10101 | 101101 | 110011 | 111000 |
Color Harmonies of #C9AC57
Complementary color
Monochromatic Colors of #C9AC57
Black with #C9AC57
Text Example
Text Example
White with #C9AC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AC57; }
p { color: rgb(201,172,87); }
H1.HeaderClassName
{
color: #C9AC57;
}
.AnyTagClassName
{
color: #C9AC57;
}
</style>
background-color css
<style>
a { background-color: #C9AC57; }
a { background-color: rgb(201,172,87); }
div.DivClassName
{
background-color: #C9AC57;
}
.BgClassName
{
background-color: #C9AC57;
}
</style>
border-color css
<style>
span { border-color: #C9AC57; }
span { border-color: rgb(201,172,87); }
td.TdClassName
{
border-color: #C9AC57;
}
.TagClassName
{
border-color: #C9AC57;
}
</style>