Shades of Laser #C9AF59
Tints of Laser #C9AF59
RGB
CMYK
RGB Variations
Color information
#C9AF59 (or 0xC9AF59) is known color: Laser. HEX triplet: C9, AF and 59. RGB value is (201,175,89). Sum of RGB (Red+Green+Blue) = 201+175+89=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 89 (35.16% from 255 or 19.14% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AF59 is #3650A6. Grayscale: #ADADAD. Windows color (decimal): -3559591 or 5877705. OLE color: 5877705.
HSL color Cylindrical-coordinate representation of color #C9AF59: hue angle of 46.07º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C9AF59 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 175 | 89 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.21 |
| HSL | 46.07º | 0.51% | 0.57% | - |
| HSV(B) | 46.07º | 0.56% | 0.79% | - |
| XYZ | 41.22 | 43.8 | 15.73 | - |
| YUV | 172.97 | 80.61 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 89 | 0 | 0.13 | 0.56 | 0.21 | 46.07 | 0.51 | 0.57 |
| Hex | C9 | AF | 59 | 0 | D | 38 | 15 | 2E | 33 | 39 |
| Octal | 311 | 257 | 131 | 0 | 15 | 70 | 25 | 56 | 63 | 71 |
| Binary | 11001001 | 10101111 | 1011001 | 0 | 1101 | 111000 | 10101 | 101110 | 110011 | 111001 |
Color Harmonies of #C9AF59
Complementary color
Monochromatic Colors of #C9AF59
Black with #C9AF59
Text Example
Text Example
White with #C9AF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AF59; }
p { color: rgb(201,175,89); }
H1.HeaderClassName
{
color: #C9AF59;
}
.AnyTagClassName
{
color: #C9AF59;
}
</style>
background-color css
<style>
a { background-color: #C9AF59; }
a { background-color: rgb(201,175,89); }
div.DivClassName
{
background-color: #C9AF59;
}
.BgClassName
{
background-color: #C9AF59;
}
</style>
border-color css
<style>
span { border-color: #C9AF59; }
span { border-color: rgb(201,175,89); }
td.TdClassName
{
border-color: #C9AF59;
}
.TagClassName
{
border-color: #C9AF59;
}
</style>