Shades of Laser #C59F5F
Tints of Laser #C59F5F
RGB
CMYK
RGB Variations
Color information
#C59F5F (or 0xC59F5F) is known color: Laser. HEX triplet: C5, 9F and 5F. RGB value is (197,159,95). Sum of RGB (Red+Green+Blue) = 197+159+95=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 95 (37.5% from 255 or 21.06% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C59F5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59F5F is #3A60A0. Grayscale: #A3A3A3. Windows color (decimal): -3825825 or 6266821. OLE color: 6266821.
HSL color Cylindrical-coordinate representation of color #C59F5F: hue angle of 37.65º 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 #C59F5F is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 159 | 95 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.23 |
| HSL | 37.65º | 0.47% | 0.57% | - |
| HSV(B) | 37.65º | 0.52% | 0.77% | - |
| XYZ | 37.49 | 37.49 | 16.09 | - |
| YUV | 163.07 | 89.59 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 159 | 95 | 0 | 0.19 | 0.52 | 0.23 | 37.65 | 0.47 | 0.57 |
| Hex | C5 | 9F | 5F | 0 | 13 | 34 | 17 | 26 | 2F | 39 |
| Octal | 305 | 237 | 137 | 0 | 23 | 64 | 27 | 46 | 57 | 71 |
| Binary | 11000101 | 10011111 | 1011111 | 0 | 10011 | 110100 | 10111 | 100110 | 101111 | 111001 |
Color Harmonies of #C59F5F
Complementary color
Monochromatic Colors of #C59F5F
Black with #C59F5F
Text Example
Text Example
White with #C59F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59F5F; }
p { color: rgb(197,159,95); }
H1.HeaderClassName
{
color: #C59F5F;
}
.AnyTagClassName
{
color: #C59F5F;
}
</style>
background-color css
<style>
a { background-color: #C59F5F; }
a { background-color: rgb(197,159,95); }
div.DivClassName
{
background-color: #C59F5F;
}
.BgClassName
{
background-color: #C59F5F;
}
</style>
border-color css
<style>
span { border-color: #C59F5F; }
span { border-color: rgb(197,159,95); }
td.TdClassName
{
border-color: #C59F5F;
}
.TagClassName
{
border-color: #C59F5F;
}
</style>