Shades of Laser #C79E59
Tints of Laser #C79E59
RGB
CMYK
RGB Variations
Color information
#C79E59 (or 0xC79E59) is known color: Laser. HEX triplet: C7, 9E and 59. RGB value is (199,158,89). Sum of RGB (Red+Green+Blue) = 199+158+89=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 89 (35.16% from 255 or 19.96% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C79E59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79E59 is #3861A6. Grayscale: #A2A2A2. Windows color (decimal): -3695015 or 5873351. OLE color: 5873351.
HSL color Cylindrical-coordinate representation of color #C79E59: hue angle of 37.64º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C79E59 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 158 | 89 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.22 |
| HSL | 37.64º | 0.5% | 0.56% | - |
| HSV(B) | 37.64º | 0.55% | 0.78% | - |
| XYZ | 37.58 | 37.32 | 14.67 | - |
| YUV | 162.39 | 86.58 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 158 | 89 | 0 | 0.21 | 0.55 | 0.22 | 37.64 | 0.5 | 0.56 |
| Hex | C7 | 9E | 59 | 0 | 15 | 37 | 16 | 26 | 32 | 38 |
| Octal | 307 | 236 | 131 | 0 | 25 | 67 | 26 | 46 | 62 | 70 |
| Binary | 11000111 | 10011110 | 1011001 | 0 | 10101 | 110111 | 10110 | 100110 | 110010 | 111000 |
Color Harmonies of #C79E59
Complementary color
Monochromatic Colors of #C79E59
Black with #C79E59
Text Example
Text Example
White with #C79E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79E59; }
p { color: rgb(199,158,89); }
H1.HeaderClassName
{
color: #C79E59;
}
.AnyTagClassName
{
color: #C79E59;
}
</style>
background-color css
<style>
a { background-color: #C79E59; }
a { background-color: rgb(199,158,89); }
div.DivClassName
{
background-color: #C79E59;
}
.BgClassName
{
background-color: #C79E59;
}
</style>
border-color css
<style>
span { border-color: #C79E59; }
span { border-color: rgb(199,158,89); }
td.TdClassName
{
border-color: #C79E59;
}
.TagClassName
{
border-color: #C79E59;
}
</style>