Shades of Laser #C59E5E
Tints of Laser #C59E5E
RGB
CMYK
RGB Variations
Color information
#C59E5E (or 0xC59E5E) is known color: Laser. HEX triplet: C5, 9E and 5E. RGB value is (197,158,94). Sum of RGB (Red+Green+Blue) = 197+158+94=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C59E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59E5E is #3A61A1. Grayscale: #A2A2A2. Windows color (decimal): -3826082 or 6201029. OLE color: 6201029.
HSL color Cylindrical-coordinate representation of color #C59E5E: hue angle of 37.28º 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 #C59E5E is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 158 | 94 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.23 |
| HSL | 37.28º | 0.47% | 0.57% | - |
| HSV(B) | 37.28º | 0.52% | 0.77% | - |
| XYZ | 37.27 | 37.13 | 15.79 | - |
| YUV | 162.37 | 89.42 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 158 | 94 | 0 | 0.20 | 0.52 | 0.23 | 37.28 | 0.47 | 0.57 |
| Hex | C5 | 9E | 5E | 0 | 14 | 34 | 17 | 25 | 2F | 39 |
| Octal | 305 | 236 | 136 | 0 | 24 | 64 | 27 | 45 | 57 | 71 |
| Binary | 11000101 | 10011110 | 1011110 | 0 | 10100 | 110100 | 10111 | 100101 | 101111 | 111001 |
Color Harmonies of #C59E5E
Complementary color
Monochromatic Colors of #C59E5E
Black with #C59E5E
Text Example
Text Example
White with #C59E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59E5E; }
p { color: rgb(197,158,94); }
H1.HeaderClassName
{
color: #C59E5E;
}
.AnyTagClassName
{
color: #C59E5E;
}
</style>
background-color css
<style>
a { background-color: #C59E5E; }
a { background-color: rgb(197,158,94); }
div.DivClassName
{
background-color: #C59E5E;
}
.BgClassName
{
background-color: #C59E5E;
}
</style>
border-color css
<style>
span { border-color: #C59E5E; }
span { border-color: rgb(197,158,94); }
td.TdClassName
{
border-color: #C59E5E;
}
.TagClassName
{
border-color: #C59E5E;
}
</style>