Shades of Laser #C7A163
Tints of Laser #C7A163
RGB
CMYK
RGB Variations
Color information
#C7A163 (or 0xC7A163) is known color: Laser. HEX triplet: C7, A1 and 63. RGB value is (199,161,99). Sum of RGB (Red+Green+Blue) = 199+161+99=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A163 is #385E9C. Grayscale: #A5A5A5. Windows color (decimal): -3694237 or 6529479. OLE color: 6529479.
HSL color Cylindrical-coordinate representation of color #C7A163: hue angle of 37.2º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C7A163 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 161 | 99 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.22 |
| HSL | 37.2º | 0.47% | 0.58% | - |
| HSV(B) | 37.2º | 0.5% | 0.78% | - |
| XYZ | 38.55 | 38.53 | 17.21 | - |
| YUV | 165.29 | 90.59 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 161 | 99 | 0 | 0.19 | 0.50 | 0.22 | 37.2 | 0.47 | 0.58 |
| Hex | C7 | A1 | 63 | 0 | 13 | 32 | 16 | 25 | 2F | 3A |
| Octal | 307 | 241 | 143 | 0 | 23 | 62 | 26 | 45 | 57 | 72 |
| Binary | 11000111 | 10100001 | 1100011 | 0 | 10011 | 110010 | 10110 | 100101 | 101111 | 111010 |
Color Harmonies of #C7A163
Complementary color
Monochromatic Colors of #C7A163
Black with #C7A163
Text Example
Text Example
White with #C7A163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A163; }
p { color: rgb(199,161,99); }
H1.HeaderClassName
{
color: #C7A163;
}
.AnyTagClassName
{
color: #C7A163;
}
</style>
background-color css
<style>
a { background-color: #C7A163; }
a { background-color: rgb(199,161,99); }
div.DivClassName
{
background-color: #C7A163;
}
.BgClassName
{
background-color: #C7A163;
}
</style>
border-color css
<style>
span { border-color: #C7A163; }
span { border-color: rgb(199,161,99); }
td.TdClassName
{
border-color: #C7A163;
}
.TagClassName
{
border-color: #C7A163;
}
</style>