Shades of Laser #C7A160
Tints of Laser #C7A160
RGB
CMYK
RGB Variations
Color information
#C7A160 (or 0xC7A160) is known color: Laser. HEX triplet: C7, A1 and 60. RGB value is (199,161,96). Sum of RGB (Red+Green+Blue) = 199+161+96=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A160 is #385E9F. Grayscale: #A5A5A5. Windows color (decimal): -3694240 or 6332871. OLE color: 6332871.
HSL color Cylindrical-coordinate representation of color #C7A160: hue angle of 37.86º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7A160 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 161 | 96 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.22 |
| HSL | 37.86º | 0.48% | 0.58% | - |
| HSV(B) | 37.86º | 0.52% | 0.78% | - |
| XYZ | 38.41 | 38.48 | 16.47 | - |
| YUV | 164.95 | 89.09 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 161 | 96 | 0 | 0.19 | 0.52 | 0.22 | 37.86 | 0.48 | 0.58 |
| Hex | C7 | A1 | 60 | 0 | 13 | 34 | 16 | 26 | 30 | 3A |
| Octal | 307 | 241 | 140 | 0 | 23 | 64 | 26 | 46 | 60 | 72 |
| Binary | 11000111 | 10100001 | 1100000 | 0 | 10011 | 110100 | 10110 | 100110 | 110000 | 111010 |
Color Harmonies of #C7A160
Complementary color
Monochromatic Colors of #C7A160
Black with #C7A160
Text Example
Text Example
White with #C7A160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A160; }
p { color: rgb(199,161,96); }
H1.HeaderClassName
{
color: #C7A160;
}
.AnyTagClassName
{
color: #C7A160;
}
</style>
background-color css
<style>
a { background-color: #C7A160; }
a { background-color: rgb(199,161,96); }
div.DivClassName
{
background-color: #C7A160;
}
.BgClassName
{
background-color: #C7A160;
}
</style>
border-color css
<style>
span { border-color: #C7A160; }
span { border-color: rgb(199,161,96); }
td.TdClassName
{
border-color: #C7A160;
}
.TagClassName
{
border-color: #C7A160;
}
</style>