Shades of Laser #C79E5E
Tints of Laser #C79E5E
RGB
CMYK
RGB Variations
Color information
#C79E5E (or 0xC79E5E) is known color: Laser. HEX triplet: C7, 9E and 5E. RGB value is (199,158,94). Sum of RGB (Red+Green+Blue) = 199+158+94=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 158 (62.11% from 255 or 35.03% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 199 - color contains mainly: red. Hex color #C79E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79E5E is #3861A1. Grayscale: #A3A3A3. Windows color (decimal): -3695010 or 6201031. OLE color: 6201031.
HSL color Cylindrical-coordinate representation of color #C79E5E: hue angle of 36.57º 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 #C79E5E is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 158 | 94 | - |
CMYK | 0 | 0.21 | 0.53 | 0.22 |
HSL | 36.57º | 0.48% | 0.57% | - |
HSV(B) | 36.57º | 0.53% | 0.78% | - |
XYZ | 37.8 | 37.4 | 15.82 | - |
YUV | 162.96 | 89.08 | 153.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 158 | 94 | 0 | 0.21 | 0.53 | 0.22 | 36.57 | 0.48 | 0.57 |
Hex | C7 | 9E | 5E | 0 | 15 | 35 | 16 | 25 | 30 | 39 |
Octal | 307 | 236 | 136 | 0 | 25 | 65 | 26 | 45 | 60 | 71 |
Binary | 11000111 | 10011110 | 1011110 | 0 | 10101 | 110101 | 10110 | 100101 | 110000 | 111001 |
Color Harmonies of #C79E5E
Complementary color
Monochromatic Colors of #C79E5E
Black with #C79E5E
Text Example
Text Example
White with #C79E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79E5E; }
p { color: rgb(199,158,94); }
H1.HeaderClassName
{
color: #C79E5E;
}
.AnyTagClassName
{
color: #C79E5E;
}
</style>
background-color css
<style>
a { background-color: #C79E5E; }
a { background-color: rgb(199,158,94); }
div.DivClassName
{
background-color: #C79E5E;
}
.BgClassName
{
background-color: #C79E5E;
}
</style>
border-color css
<style>
span { border-color: #C79E5E; }
span { border-color: rgb(199,158,94); }
td.TdClassName
{
border-color: #C79E5E;
}
.TagClassName
{
border-color: #C79E5E;
}
</style>