Shades of Laser #C79F5E
Tints of Laser #C79F5E
RGB
CMYK
RGB Variations
Color information
#C79F5E (or 0xC79F5E) is known color: Laser. HEX triplet: C7, 9F and 5E. RGB value is (199,159,94). Sum of RGB (Red+Green+Blue) = 199+159+94=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 94 (37.11% from 255 or 20.80% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C79F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79F5E is #3860A1. Grayscale: #A3A3A3. Windows color (decimal): -3694754 or 6201287. OLE color: 6201287.
HSL color Cylindrical-coordinate representation of color #C79F5E: hue angle of 37.14º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C79F5E is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 159 | 94 | - |
CMYK | 0 | 0.20 | 0.53 | 0.22 |
HSL | 37.14º | 0.48% | 0.57% | - |
HSV(B) | 37.14º | 0.53% | 0.78% | - |
XYZ | 37.97 | 37.75 | 15.87 | - |
YUV | 163.55 | 88.75 | 153.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 159 | 94 | 0 | 0.20 | 0.53 | 0.22 | 37.14 | 0.48 | 0.57 |
Hex | C7 | 9F | 5E | 0 | 14 | 35 | 16 | 25 | 30 | 39 |
Octal | 307 | 237 | 136 | 0 | 24 | 65 | 26 | 45 | 60 | 71 |
Binary | 11000111 | 10011111 | 1011110 | 0 | 10100 | 110101 | 10110 | 100101 | 110000 | 111001 |
Color Harmonies of #C79F5E
Complementary color
Monochromatic Colors of #C79F5E
Black with #C79F5E
Text Example
Text Example
White with #C79F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79F5E; }
p { color: rgb(199,159,94); }
H1.HeaderClassName
{
color: #C79F5E;
}
.AnyTagClassName
{
color: #C79F5E;
}
</style>
background-color css
<style>
a { background-color: #C79F5E; }
a { background-color: rgb(199,159,94); }
div.DivClassName
{
background-color: #C79F5E;
}
.BgClassName
{
background-color: #C79F5E;
}
</style>
border-color css
<style>
span { border-color: #C79F5E; }
span { border-color: rgb(199,159,94); }
td.TdClassName
{
border-color: #C79F5E;
}
.TagClassName
{
border-color: #C79F5E;
}
</style>