Shades of Laser #C9B259
Tints of Laser #C9B259
RGB
CMYK
RGB Variations
Color information
#C9B259 (or 0xC9B259) is known color: Laser. HEX triplet: C9, B2 and 59. RGB value is (201,178,89). Sum of RGB (Red+Green+Blue) = 201+178+89=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 89 (35.16% from 255 or 19.02% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B259 is #364DA6. Grayscale: #AFAFAF. Windows color (decimal): -3558823 or 5878473. OLE color: 5878473.
HSL color Cylindrical-coordinate representation of color #C9B259: hue angle of 47.68º 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 #C9B259 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 178 | 89 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.21 |
| HSL | 47.68º | 0.51% | 0.57% | - |
| HSV(B) | 47.68º | 0.56% | 0.79% | - |
| XYZ | 41.81 | 44.98 | 15.93 | - |
| YUV | 174.73 | 79.62 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 178 | 89 | 0 | 0.11 | 0.56 | 0.21 | 47.68 | 0.51 | 0.57 |
| Hex | C9 | B2 | 59 | 0 | B | 38 | 15 | 30 | 33 | 39 |
| Octal | 311 | 262 | 131 | 0 | 13 | 70 | 25 | 60 | 63 | 71 |
| Binary | 11001001 | 10110010 | 1011001 | 0 | 1011 | 111000 | 10101 | 110000 | 110011 | 111001 |
Color Harmonies of #C9B259
Complementary color
Monochromatic Colors of #C9B259
Black with #C9B259
Text Example
Text Example
White with #C9B259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B259; }
p { color: rgb(201,178,89); }
H1.HeaderClassName
{
color: #C9B259;
}
.AnyTagClassName
{
color: #C9B259;
}
</style>
background-color css
<style>
a { background-color: #C9B259; }
a { background-color: rgb(201,178,89); }
div.DivClassName
{
background-color: #C9B259;
}
.BgClassName
{
background-color: #C9B259;
}
</style>
border-color css
<style>
span { border-color: #C9B259; }
span { border-color: rgb(201,178,89); }
td.TdClassName
{
border-color: #C9B259;
}
.TagClassName
{
border-color: #C9B259;
}
</style>