Shades of Laser #C59D5D
Tints of Laser #C59D5D
RGB
CMYK
RGB Variations
Color information
#C59D5D (or 0xC59D5D) is known color: Laser. HEX triplet: C5, 9D and 5D. RGB value is (197,157,93). Sum of RGB (Red+Green+Blue) = 197+157+93=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C59D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59D5D is #3A62A2. Grayscale: #A1A1A1. Windows color (decimal): -3826339 or 6135237. OLE color: 6135237.
HSL color Cylindrical-coordinate representation of color #C59D5D: hue angle of 36.92º 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 #C59D5D is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 157 | 93 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.23 |
| HSL | 36.92º | 0.47% | 0.57% | - |
| HSV(B) | 36.92º | 0.53% | 0.77% | - |
| XYZ | 37.06 | 36.77 | 15.5 | - |
| YUV | 161.66 | 89.25 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 93 | 0 | 0.20 | 0.53 | 0.23 | 36.92 | 0.47 | 0.57 |
| Hex | C5 | 9D | 5D | 0 | 14 | 35 | 17 | 25 | 2F | 39 |
| Octal | 305 | 235 | 135 | 0 | 24 | 65 | 27 | 45 | 57 | 71 |
| Binary | 11000101 | 10011101 | 1011101 | 0 | 10100 | 110101 | 10111 | 100101 | 101111 | 111001 |
Color Harmonies of #C59D5D
Complementary color
Monochromatic Colors of #C59D5D
Black with #C59D5D
Text Example
Text Example
White with #C59D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59D5D; }
p { color: rgb(197,157,93); }
H1.HeaderClassName
{
color: #C59D5D;
}
.AnyTagClassName
{
color: #C59D5D;
}
</style>
background-color css
<style>
a { background-color: #C59D5D; }
a { background-color: rgb(197,157,93); }
div.DivClassName
{
background-color: #C59D5D;
}
.BgClassName
{
background-color: #C59D5D;
}
</style>
border-color css
<style>
span { border-color: #C59D5D; }
span { border-color: rgb(197,157,93); }
td.TdClassName
{
border-color: #C59D5D;
}
.TagClassName
{
border-color: #C59D5D;
}
</style>