Shades of Laser #C59F5E
Tints of Laser #C59F5E
RGB
CMYK
RGB Variations
Color information
#C59F5E (or 0xC59F5E) is known color: Laser. HEX triplet: C5, 9F and 5E. RGB value is (197,159,94). Sum of RGB (Red+Green+Blue) = 197+159+94=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C59F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59F5E is #3A60A1. Grayscale: #A3A3A3. Windows color (decimal): -3825826 or 6201285. OLE color: 6201285.
HSL color Cylindrical-coordinate representation of color #C59F5E: hue angle of 37.86º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C59F5E is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 159 | 94 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.23 |
| HSL | 37.86º | 0.47% | 0.57% | - |
| HSV(B) | 37.86º | 0.52% | 0.77% | - |
| XYZ | 37.44 | 37.47 | 15.85 | - |
| YUV | 162.95 | 89.09 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 159 | 94 | 0 | 0.19 | 0.52 | 0.23 | 37.86 | 0.47 | 0.57 |
| Hex | C5 | 9F | 5E | 0 | 13 | 34 | 17 | 26 | 2F | 39 |
| Octal | 305 | 237 | 136 | 0 | 23 | 64 | 27 | 46 | 57 | 71 |
| Binary | 11000101 | 10011111 | 1011110 | 0 | 10011 | 110100 | 10111 | 100110 | 101111 | 111001 |
Color Harmonies of #C59F5E
Complementary color
Monochromatic Colors of #C59F5E
Black with #C59F5E
Text Example
Text Example
White with #C59F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59F5E; }
p { color: rgb(197,159,94); }
H1.HeaderClassName
{
color: #C59F5E;
}
.AnyTagClassName
{
color: #C59F5E;
}
</style>
background-color css
<style>
a { background-color: #C59F5E; }
a { background-color: rgb(197,159,94); }
div.DivClassName
{
background-color: #C59F5E;
}
.BgClassName
{
background-color: #C59F5E;
}
</style>
border-color css
<style>
span { border-color: #C59F5E; }
span { border-color: rgb(197,159,94); }
td.TdClassName
{
border-color: #C59F5E;
}
.TagClassName
{
border-color: #C59F5E;
}
</style>