Shades of Laser #C9AC60
Tints of Laser #C9AC60
RGB
CMYK
RGB Variations
Color information
#C9AC60 (or 0xC9AC60) is known color: Laser. HEX triplet: C9, AC and 60. RGB value is (201,172,96). Sum of RGB (Red+Green+Blue) = 201+172+96=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AC60 is #36539F. Grayscale: #ACACAC. Windows color (decimal): -3560352 or 6335689. OLE color: 6335689.
HSL color Cylindrical-coordinate representation of color #C9AC60: hue angle of 43.43º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C9AC60 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 172 | 96 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.21 |
| HSL | 43.43º | 0.49% | 0.58% | - |
| HSV(B) | 43.43º | 0.52% | 0.79% | - |
| XYZ | 40.95 | 42.77 | 17.16 | - |
| YUV | 172.01 | 85.11 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 172 | 96 | 0 | 0.14 | 0.52 | 0.21 | 43.43 | 0.49 | 0.58 |
| Hex | C9 | AC | 60 | 0 | E | 34 | 15 | 2B | 31 | 3A |
| Octal | 311 | 254 | 140 | 0 | 16 | 64 | 25 | 53 | 61 | 72 |
| Binary | 11001001 | 10101100 | 1100000 | 0 | 1110 | 110100 | 10101 | 101011 | 110001 | 111010 |
Color Harmonies of #C9AC60
Complementary color
Monochromatic Colors of #C9AC60
Black with #C9AC60
Text Example
Text Example
White with #C9AC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AC60; }
p { color: rgb(201,172,96); }
H1.HeaderClassName
{
color: #C9AC60;
}
.AnyTagClassName
{
color: #C9AC60;
}
</style>
background-color css
<style>
a { background-color: #C9AC60; }
a { background-color: rgb(201,172,96); }
div.DivClassName
{
background-color: #C9AC60;
}
.BgClassName
{
background-color: #C9AC60;
}
</style>
border-color css
<style>
span { border-color: #C9AC60; }
span { border-color: rgb(201,172,96); }
td.TdClassName
{
border-color: #C9AC60;
}
.TagClassName
{
border-color: #C9AC60;
}
</style>