Shades of Laser #C7A159
Tints of Laser #C7A159
RGB
CMYK
RGB Variations
Color information
#C7A159 (or 0xC7A159) is known color: Laser. HEX triplet: C7, A1 and 59. RGB value is (199,161,89). Sum of RGB (Red+Green+Blue) = 199+161+89=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 89 (35.16% from 255 or 19.82% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A159 is #385EA6. Grayscale: #A4A4A4. Windows color (decimal): -3694247 or 5874119. OLE color: 5874119.
HSL color Cylindrical-coordinate representation of color #C7A159: hue angle of 39.27º 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 #C7A159 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 161 | 89 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.22 |
| HSL | 39.27º | 0.5% | 0.56% | - |
| HSV(B) | 39.27º | 0.55% | 0.78% | - |
| XYZ | 38.1 | 38.35 | 14.85 | - |
| YUV | 164.15 | 85.59 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 161 | 89 | 0 | 0.19 | 0.55 | 0.22 | 39.27 | 0.5 | 0.56 |
| Hex | C7 | A1 | 59 | 0 | 13 | 37 | 16 | 27 | 32 | 38 |
| Octal | 307 | 241 | 131 | 0 | 23 | 67 | 26 | 47 | 62 | 70 |
| Binary | 11000111 | 10100001 | 1011001 | 0 | 10011 | 110111 | 10110 | 100111 | 110010 | 111000 |
Color Harmonies of #C7A159
Complementary color
Monochromatic Colors of #C7A159
Black with #C7A159
Text Example
Text Example
White with #C7A159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A159; }
p { color: rgb(199,161,89); }
H1.HeaderClassName
{
color: #C7A159;
}
.AnyTagClassName
{
color: #C7A159;
}
</style>
background-color css
<style>
a { background-color: #C7A159; }
a { background-color: rgb(199,161,89); }
div.DivClassName
{
background-color: #C7A159;
}
.BgClassName
{
background-color: #C7A159;
}
</style>
border-color css
<style>
span { border-color: #C7A159; }
span { border-color: rgb(199,161,89); }
td.TdClassName
{
border-color: #C7A159;
}
.TagClassName
{
border-color: #C7A159;
}
</style>