Shades of Laser #C7A161
Tints of Laser #C7A161
RGB
CMYK
RGB Variations
Color information
#C7A161 (or 0xC7A161) is known color: Laser. HEX triplet: C7, A1 and 61. RGB value is (199,161,97). Sum of RGB (Red+Green+Blue) = 199+161+97=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A161 is #385E9E. Grayscale: #A5A5A5. Windows color (decimal): -3694239 or 6398407. OLE color: 6398407.
HSL color Cylindrical-coordinate representation of color #C7A161: hue angle of 37.65º 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 #C7A161 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 161 | 97 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.22 |
| HSL | 37.65º | 0.48% | 0.58% | - |
| HSV(B) | 37.65º | 0.51% | 0.78% | - |
| XYZ | 38.46 | 38.49 | 16.71 | - |
| YUV | 165.07 | 89.59 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 161 | 97 | 0 | 0.19 | 0.51 | 0.22 | 37.65 | 0.48 | 0.58 |
| Hex | C7 | A1 | 61 | 0 | 13 | 33 | 16 | 26 | 30 | 3A |
| Octal | 307 | 241 | 141 | 0 | 23 | 63 | 26 | 46 | 60 | 72 |
| Binary | 11000111 | 10100001 | 1100001 | 0 | 10011 | 110011 | 10110 | 100110 | 110000 | 111010 |
Color Harmonies of #C7A161
Complementary color
Monochromatic Colors of #C7A161
Black with #C7A161
Text Example
Text Example
White with #C7A161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A161; }
p { color: rgb(199,161,97); }
H1.HeaderClassName
{
color: #C7A161;
}
.AnyTagClassName
{
color: #C7A161;
}
</style>
background-color css
<style>
a { background-color: #C7A161; }
a { background-color: rgb(199,161,97); }
div.DivClassName
{
background-color: #C7A161;
}
.BgClassName
{
background-color: #C7A161;
}
</style>
border-color css
<style>
span { border-color: #C7A161; }
span { border-color: rgb(199,161,97); }
td.TdClassName
{
border-color: #C7A161;
}
.TagClassName
{
border-color: #C7A161;
}
</style>