Shades of Laser #C4A256
Tints of Laser #C4A256
RGB
CMYK
RGB Variations
Color information
#C4A256 (or 0xC4A256) is known color: Laser. HEX triplet: C4, A2 and 56. RGB value is (196,162,86). Sum of RGB (Red+Green+Blue) = 196+162+86=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 86 (33.98% from 255 or 19.37% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A256 is #3B5DA9. Grayscale: #A3A3A3. Windows color (decimal): -3890602 or 5677764. OLE color: 5677764.
HSL color Cylindrical-coordinate representation of color #C4A256: hue angle of 41.45º 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 #C4A256 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 162 | 86 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.23 |
| HSL | 41.45º | 0.48% | 0.55% | - |
| HSV(B) | 41.45º | 0.56% | 0.77% | - |
| XYZ | 37.37 | 38.25 | 14.22 | - |
| YUV | 163.5 | 84.26 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 162 | 86 | 0 | 0.17 | 0.56 | 0.23 | 41.45 | 0.48 | 0.55 |
| Hex | C4 | A2 | 56 | 0 | 11 | 38 | 17 | 29 | 30 | 37 |
| Octal | 304 | 242 | 126 | 0 | 21 | 70 | 27 | 51 | 60 | 67 |
| Binary | 11000100 | 10100010 | 1010110 | 0 | 10001 | 111000 | 10111 | 101001 | 110000 | 110111 |
Color Harmonies of #C4A256
Complementary color
Monochromatic Colors of #C4A256
Black with #C4A256
Text Example
Text Example
White with #C4A256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A256; }
p { color: rgb(196,162,86); }
H1.HeaderClassName
{
color: #C4A256;
}
.AnyTagClassName
{
color: #C4A256;
}
</style>
background-color css
<style>
a { background-color: #C4A256; }
a { background-color: rgb(196,162,86); }
div.DivClassName
{
background-color: #C4A256;
}
.BgClassName
{
background-color: #C4A256;
}
</style>
border-color css
<style>
span { border-color: #C4A256; }
span { border-color: rgb(196,162,86); }
td.TdClassName
{
border-color: #C4A256;
}
.TagClassName
{
border-color: #C4A256;
}
</style>