Shades of Laser #C59F60
Tints of Laser #C59F60
RGB
CMYK
RGB Variations
Color information
#C59F60 (or 0xC59F60) is known color: Laser. HEX triplet: C5, 9F and 60. RGB value is (197,159,96). Sum of RGB (Red+Green+Blue) = 197+159+96=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C59F60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59F60 is #3A609F. Grayscale: #A3A3A3. Windows color (decimal): -3825824 or 6332357. OLE color: 6332357.
HSL color Cylindrical-coordinate representation of color #C59F60: hue angle of 37.43º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C59F60 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 159 | 96 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.23 |
| HSL | 37.43º | 0.47% | 0.57% | - |
| HSV(B) | 37.43º | 0.51% | 0.77% | - |
| XYZ | 37.54 | 37.51 | 16.33 | - |
| YUV | 163.18 | 90.09 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 159 | 96 | 0 | 0.19 | 0.51 | 0.23 | 37.43 | 0.47 | 0.57 |
| Hex | C5 | 9F | 60 | 0 | 13 | 33 | 17 | 25 | 2F | 39 |
| Octal | 305 | 237 | 140 | 0 | 23 | 63 | 27 | 45 | 57 | 71 |
| Binary | 11000101 | 10011111 | 1100000 | 0 | 10011 | 110011 | 10111 | 100101 | 101111 | 111001 |
Color Harmonies of #C59F60
Complementary color
Monochromatic Colors of #C59F60
Black with #C59F60
Text Example
Text Example
White with #C59F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59F60; }
p { color: rgb(197,159,96); }
H1.HeaderClassName
{
color: #C59F60;
}
.AnyTagClassName
{
color: #C59F60;
}
</style>
background-color css
<style>
a { background-color: #C59F60; }
a { background-color: rgb(197,159,96); }
div.DivClassName
{
background-color: #C59F60;
}
.BgClassName
{
background-color: #C59F60;
}
</style>
border-color css
<style>
span { border-color: #C59F60; }
span { border-color: rgb(197,159,96); }
td.TdClassName
{
border-color: #C59F60;
}
.TagClassName
{
border-color: #C59F60;
}
</style>