Shades of Laser #C7A061
Tints of Laser #C7A061
RGB
CMYK
RGB Variations
Color information
#C7A061 (or 0xC7A061) is known color: Laser. HEX triplet: C7, A0 and 61. RGB value is (199,160,97). Sum of RGB (Red+Green+Blue) = 199+160+97=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A061 is #385F9E. Grayscale: #A4A4A4. Windows color (decimal): -3694495 or 6398151. OLE color: 6398151.
HSL color Cylindrical-coordinate representation of color #C7A061: hue angle of 37.06º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C7A061 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 160 | 97 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.22 |
| HSL | 37.06º | 0.48% | 0.58% | - |
| HSV(B) | 37.06º | 0.51% | 0.78% | - |
| XYZ | 38.28 | 38.15 | 16.65 | - |
| YUV | 164.48 | 89.92 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 160 | 97 | 0 | 0.20 | 0.51 | 0.22 | 37.06 | 0.48 | 0.58 |
| Hex | C7 | A0 | 61 | 0 | 14 | 33 | 16 | 25 | 30 | 3A |
| Octal | 307 | 240 | 141 | 0 | 24 | 63 | 26 | 45 | 60 | 72 |
| Binary | 11000111 | 10100000 | 1100001 | 0 | 10100 | 110011 | 10110 | 100101 | 110000 | 111010 |
Color Harmonies of #C7A061
Complementary color
Monochromatic Colors of #C7A061
Black with #C7A061
Text Example
Text Example
White with #C7A061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A061; }
p { color: rgb(199,160,97); }
H1.HeaderClassName
{
color: #C7A061;
}
.AnyTagClassName
{
color: #C7A061;
}
</style>
background-color css
<style>
a { background-color: #C7A061; }
a { background-color: rgb(199,160,97); }
div.DivClassName
{
background-color: #C7A061;
}
.BgClassName
{
background-color: #C7A061;
}
</style>
border-color css
<style>
span { border-color: #C7A061; }
span { border-color: rgb(199,160,97); }
td.TdClassName
{
border-color: #C7A061;
}
.TagClassName
{
border-color: #C7A061;
}
</style>