Shades of Laser #C9AC62
Tints of Laser #C9AC62
RGB
CMYK
RGB Variations
Color information
#C9AC62 (or 0xC9AC62) is known color: Laser. HEX triplet: C9, AC and 62. RGB value is (201,172,98). Sum of RGB (Red+Green+Blue) = 201+172+98=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 98 (38.67% from 255 or 20.81% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AC62 is #36539D. Grayscale: #ACACAC. Windows color (decimal): -3560350 or 6466761. OLE color: 6466761.
HSL color Cylindrical-coordinate representation of color #C9AC62: hue angle of 43.11º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C9AC62 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 172 | 98 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.21 |
| HSL | 43.11º | 0.49% | 0.59% | - |
| HSV(B) | 43.11º | 0.51% | 0.79% | - |
| XYZ | 41.04 | 42.8 | 17.65 | - |
| YUV | 172.24 | 86.11 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 172 | 98 | 0 | 0.14 | 0.51 | 0.21 | 43.11 | 0.49 | 0.59 |
| Hex | C9 | AC | 62 | 0 | E | 33 | 15 | 2B | 31 | 3B |
| Octal | 311 | 254 | 142 | 0 | 16 | 63 | 25 | 53 | 61 | 73 |
| Binary | 11001001 | 10101100 | 1100010 | 0 | 1110 | 110011 | 10101 | 101011 | 110001 | 111011 |
Color Harmonies of #C9AC62
Complementary color
Monochromatic Colors of #C9AC62
Black with #C9AC62
Text Example
Text Example
White with #C9AC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AC62; }
p { color: rgb(201,172,98); }
H1.HeaderClassName
{
color: #C9AC62;
}
.AnyTagClassName
{
color: #C9AC62;
}
</style>
background-color css
<style>
a { background-color: #C9AC62; }
a { background-color: rgb(201,172,98); }
div.DivClassName
{
background-color: #C9AC62;
}
.BgClassName
{
background-color: #C9AC62;
}
</style>
border-color css
<style>
span { border-color: #C9AC62; }
span { border-color: rgb(201,172,98); }
td.TdClassName
{
border-color: #C9AC62;
}
.TagClassName
{
border-color: #C9AC62;
}
</style>