Shades of Laser #C59E5D
Tints of Laser #C59E5D
RGB
CMYK
RGB Variations
Color information
#C59E5D (or 0xC59E5D) is known color: Laser. HEX triplet: C5, 9E and 5D. RGB value is (197,158,93). Sum of RGB (Red+Green+Blue) = 197+158+93=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C59E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59E5D is #3A61A2. Grayscale: #A2A2A2. Windows color (decimal): -3826083 or 6135493. OLE color: 6135493.
HSL color Cylindrical-coordinate representation of color #C59E5D: hue angle of 37.5º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C59E5D is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 158 | 93 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.23 |
| HSL | 37.5º | 0.47% | 0.57% | - |
| HSV(B) | 37.5º | 0.53% | 0.77% | - |
| XYZ | 37.23 | 37.11 | 15.56 | - |
| YUV | 162.25 | 88.92 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 158 | 93 | 0 | 0.20 | 0.53 | 0.23 | 37.5 | 0.47 | 0.57 |
| Hex | C5 | 9E | 5D | 0 | 14 | 35 | 17 | 26 | 2F | 39 |
| Octal | 305 | 236 | 135 | 0 | 24 | 65 | 27 | 46 | 57 | 71 |
| Binary | 11000101 | 10011110 | 1011101 | 0 | 10100 | 110101 | 10111 | 100110 | 101111 | 111001 |
Color Harmonies of #C59E5D
Complementary color
Monochromatic Colors of #C59E5D
Black with #C59E5D
Text Example
Text Example
White with #C59E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59E5D; }
p { color: rgb(197,158,93); }
H1.HeaderClassName
{
color: #C59E5D;
}
.AnyTagClassName
{
color: #C59E5D;
}
</style>
background-color css
<style>
a { background-color: #C59E5D; }
a { background-color: rgb(197,158,93); }
div.DivClassName
{
background-color: #C59E5D;
}
.BgClassName
{
background-color: #C59E5D;
}
</style>
border-color css
<style>
span { border-color: #C59E5D; }
span { border-color: rgb(197,158,93); }
td.TdClassName
{
border-color: #C59E5D;
}
.TagClassName
{
border-color: #C59E5D;
}
</style>