Shades of Laser #C59D5C
Tints of Laser #C59D5C
RGB
CMYK
RGB Variations
Color information
#C59D5C (or 0xC59D5C) is known color: Laser. HEX triplet: C5, 9D and 5C. RGB value is (197,157,92). Sum of RGB (Red+Green+Blue) = 197+157+92=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C59D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59D5C is #3A62A3. Grayscale: #A1A1A1. Windows color (decimal): -3826340 or 6069701. OLE color: 6069701.
HSL color Cylindrical-coordinate representation of color #C59D5C: hue angle of 37.14º degrees, saturation: 0.48, 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 #C59D5C is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 157 | 92 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.23 |
| HSL | 37.14º | 0.48% | 0.57% | - |
| HSV(B) | 37.14º | 0.53% | 0.77% | - |
| XYZ | 37.01 | 36.76 | 15.27 | - |
| YUV | 161.55 | 88.75 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 92 | 0 | 0.20 | 0.53 | 0.23 | 37.14 | 0.48 | 0.57 |
| Hex | C5 | 9D | 5C | 0 | 14 | 35 | 17 | 25 | 30 | 39 |
| Octal | 305 | 235 | 134 | 0 | 24 | 65 | 27 | 45 | 60 | 71 |
| Binary | 11000101 | 10011101 | 1011100 | 0 | 10100 | 110101 | 10111 | 100101 | 110000 | 111001 |
Color Harmonies of #C59D5C
Complementary color
Monochromatic Colors of #C59D5C
Black with #C59D5C
Text Example
Text Example
White with #C59D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59D5C; }
p { color: rgb(197,157,92); }
H1.HeaderClassName
{
color: #C59D5C;
}
.AnyTagClassName
{
color: #C59D5C;
}
</style>
background-color css
<style>
a { background-color: #C59D5C; }
a { background-color: rgb(197,157,92); }
div.DivClassName
{
background-color: #C59D5C;
}
.BgClassName
{
background-color: #C59D5C;
}
</style>
border-color css
<style>
span { border-color: #C59D5C; }
span { border-color: rgb(197,157,92); }
td.TdClassName
{
border-color: #C59D5C;
}
.TagClassName
{
border-color: #C59D5C;
}
</style>