Shades of Laser #C79E5A
Tints of Laser #C79E5A
RGB
CMYK
RGB Variations
Color information
#C79E5A (or 0xC79E5A) is known color: Laser. HEX triplet: C7, 9E and 5A. RGB value is (199,158,90). Sum of RGB (Red+Green+Blue) = 199+158+90=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C79E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79E5A is #3861A5. Grayscale: #A2A2A2. Windows color (decimal): -3695014 or 5938887. OLE color: 5938887.
HSL color Cylindrical-coordinate representation of color #C79E5A: hue angle of 37.43º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C79E5A is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 158 | 90 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.22 |
| HSL | 37.43º | 0.49% | 0.57% | - |
| HSV(B) | 37.43º | 0.55% | 0.78% | - |
| XYZ | 37.63 | 37.33 | 14.9 | - |
| YUV | 162.51 | 87.08 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 158 | 90 | 0 | 0.21 | 0.55 | 0.22 | 37.43 | 0.49 | 0.57 |
| Hex | C7 | 9E | 5A | 0 | 15 | 37 | 16 | 25 | 31 | 39 |
| Octal | 307 | 236 | 132 | 0 | 25 | 67 | 26 | 45 | 61 | 71 |
| Binary | 11000111 | 10011110 | 1011010 | 0 | 10101 | 110111 | 10110 | 100101 | 110001 | 111001 |
Color Harmonies of #C79E5A
Complementary color
Monochromatic Colors of #C79E5A
Black with #C79E5A
Text Example
Text Example
White with #C79E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79E5A; }
p { color: rgb(199,158,90); }
H1.HeaderClassName
{
color: #C79E5A;
}
.AnyTagClassName
{
color: #C79E5A;
}
</style>
background-color css
<style>
a { background-color: #C79E5A; }
a { background-color: rgb(199,158,90); }
div.DivClassName
{
background-color: #C79E5A;
}
.BgClassName
{
background-color: #C79E5A;
}
</style>
border-color css
<style>
span { border-color: #C79E5A; }
span { border-color: rgb(199,158,90); }
td.TdClassName
{
border-color: #C79E5A;
}
.TagClassName
{
border-color: #C79E5A;
}
</style>