Shades of Laser #C9B059
Tints of Laser #C9B059
RGB
CMYK
RGB Variations
Color information
#C9B059 (or 0xC9B059) is known color: Laser. HEX triplet: C9, B0 and 59. RGB value is (201,176,89). Sum of RGB (Red+Green+Blue) = 201+176+89=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 89 (35.16% from 255 or 19.10% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B059 is #364FA6. Grayscale: #ADADAD. Windows color (decimal): -3559335 or 5877961. OLE color: 5877961.
HSL color Cylindrical-coordinate representation of color #C9B059: hue angle of 46.61º 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 #C9B059 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 176 | 89 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.21 |
| HSL | 46.61º | 0.51% | 0.57% | - |
| HSV(B) | 46.61º | 0.56% | 0.79% | - |
| XYZ | 41.42 | 44.19 | 15.8 | - |
| YUV | 173.56 | 80.28 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 176 | 89 | 0 | 0.12 | 0.56 | 0.21 | 46.61 | 0.51 | 0.57 |
| Hex | C9 | B0 | 59 | 0 | C | 38 | 15 | 2F | 33 | 39 |
| Octal | 311 | 260 | 131 | 0 | 14 | 70 | 25 | 57 | 63 | 71 |
| Binary | 11001001 | 10110000 | 1011001 | 0 | 1100 | 111000 | 10101 | 101111 | 110011 | 111001 |
Color Harmonies of #C9B059
Complementary color
Monochromatic Colors of #C9B059
Black with #C9B059
Text Example
Text Example
White with #C9B059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B059; }
p { color: rgb(201,176,89); }
H1.HeaderClassName
{
color: #C9B059;
}
.AnyTagClassName
{
color: #C9B059;
}
</style>
background-color css
<style>
a { background-color: #C9B059; }
a { background-color: rgb(201,176,89); }
div.DivClassName
{
background-color: #C9B059;
}
.BgClassName
{
background-color: #C9B059;
}
</style>
border-color css
<style>
span { border-color: #C9B059; }
span { border-color: rgb(201,176,89); }
td.TdClassName
{
border-color: #C9B059;
}
.TagClassName
{
border-color: #C9B059;
}
</style>