Shades of Laser #C5A163
Tints of Laser #C5A163
RGB
CMYK
RGB Variations
Color information
#C5A163 (or 0xC5A163) is known color: Laser. HEX triplet: C5, A1 and 63. RGB value is (197,161,99). Sum of RGB (Red+Green+Blue) = 197+161+99=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 99 (39.06% from 255 or 21.66% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A163 is #3A5E9C. Grayscale: #A4A4A4. Windows color (decimal): -3825309 or 6529477. OLE color: 6529477.
HSL color Cylindrical-coordinate representation of color #C5A163: hue angle of 37.96º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5A163 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 161 | 99 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.23 |
| HSL | 37.96º | 0.46% | 0.58% | - |
| HSV(B) | 37.96º | 0.5% | 0.77% | - |
| XYZ | 38.02 | 38.26 | 17.19 | - |
| YUV | 164.7 | 90.93 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 161 | 99 | 0 | 0.18 | 0.50 | 0.23 | 37.96 | 0.46 | 0.58 |
| Hex | C5 | A1 | 63 | 0 | 12 | 32 | 17 | 26 | 2E | 3A |
| Octal | 305 | 241 | 143 | 0 | 22 | 62 | 27 | 46 | 56 | 72 |
| Binary | 11000101 | 10100001 | 1100011 | 0 | 10010 | 110010 | 10111 | 100110 | 101110 | 111010 |
Color Harmonies of #C5A163
Complementary color
Monochromatic Colors of #C5A163
Black with #C5A163
Text Example
Text Example
White with #C5A163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A163; }
p { color: rgb(197,161,99); }
H1.HeaderClassName
{
color: #C5A163;
}
.AnyTagClassName
{
color: #C5A163;
}
</style>
background-color css
<style>
a { background-color: #C5A163; }
a { background-color: rgb(197,161,99); }
div.DivClassName
{
background-color: #C5A163;
}
.BgClassName
{
background-color: #C5A163;
}
</style>
border-color css
<style>
span { border-color: #C5A163; }
span { border-color: rgb(197,161,99); }
td.TdClassName
{
border-color: #C5A163;
}
.TagClassName
{
border-color: #C5A163;
}
</style>