Shades of Laser #C4A156
Tints of Laser #C4A156
RGB
CMYK
RGB Variations
Color information
#C4A156 (or 0xC4A156) is known color: Laser. HEX triplet: C4, A1 and 56. RGB value is (196,161,86). Sum of RGB (Red+Green+Blue) = 196+161+86=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 86 (33.98% from 255 or 19.41% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A156 is #3B5EA9. Grayscale: #A3A3A3. Windows color (decimal): -3890858 or 5677508. OLE color: 5677508.
HSL color Cylindrical-coordinate representation of color #C4A156: hue angle of 40.91º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C4A156 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 161 | 86 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.23 |
| HSL | 40.91º | 0.48% | 0.55% | - |
| HSV(B) | 40.91º | 0.56% | 0.77% | - |
| XYZ | 37.19 | 37.9 | 14.16 | - |
| YUV | 162.92 | 84.6 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 161 | 86 | 0 | 0.18 | 0.56 | 0.23 | 40.91 | 0.48 | 0.55 |
| Hex | C4 | A1 | 56 | 0 | 12 | 38 | 17 | 29 | 30 | 37 |
| Octal | 304 | 241 | 126 | 0 | 22 | 70 | 27 | 51 | 60 | 67 |
| Binary | 11000100 | 10100001 | 1010110 | 0 | 10010 | 111000 | 10111 | 101001 | 110000 | 110111 |
Color Harmonies of #C4A156
Complementary color
Monochromatic Colors of #C4A156
Black with #C4A156
Text Example
Text Example
White with #C4A156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A156; }
p { color: rgb(196,161,86); }
H1.HeaderClassName
{
color: #C4A156;
}
.AnyTagClassName
{
color: #C4A156;
}
</style>
background-color css
<style>
a { background-color: #C4A156; }
a { background-color: rgb(196,161,86); }
div.DivClassName
{
background-color: #C4A156;
}
.BgClassName
{
background-color: #C4A156;
}
</style>
border-color css
<style>
span { border-color: #C4A156; }
span { border-color: rgb(196,161,86); }
td.TdClassName
{
border-color: #C4A156;
}
.TagClassName
{
border-color: #C4A156;
}
</style>