Shades of Laser #C4A060
Tints of Laser #C4A060
RGB
CMYK
RGB Variations
Color information
#C4A060 (or 0xC4A060) is known color: Laser. HEX triplet: C4, A0 and 60. RGB value is (196,160,96). Sum of RGB (Red+Green+Blue) = 196+160+96=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A060 is #3B5F9F. Grayscale: #A3A3A3. Windows color (decimal): -3891104 or 6332612. OLE color: 6332612.
HSL color Cylindrical-coordinate representation of color #C4A060: hue angle of 38.4º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C4A060 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 160 | 96 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.23 |
| HSL | 38.4º | 0.46% | 0.57% | - |
| HSV(B) | 38.4º | 0.51% | 0.77% | - |
| XYZ | 37.45 | 37.72 | 16.37 | - |
| YUV | 163.47 | 89.93 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 160 | 96 | 0 | 0.18 | 0.51 | 0.23 | 38.4 | 0.46 | 0.57 |
| Hex | C4 | A0 | 60 | 0 | 12 | 33 | 17 | 26 | 2E | 39 |
| Octal | 304 | 240 | 140 | 0 | 22 | 63 | 27 | 46 | 56 | 71 |
| Binary | 11000100 | 10100000 | 1100000 | 0 | 10010 | 110011 | 10111 | 100110 | 101110 | 111001 |
Color Harmonies of #C4A060
Complementary color
Monochromatic Colors of #C4A060
Black with #C4A060
Text Example
Text Example
White with #C4A060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A060; }
p { color: rgb(196,160,96); }
H1.HeaderClassName
{
color: #C4A060;
}
.AnyTagClassName
{
color: #C4A060;
}
</style>
background-color css
<style>
a { background-color: #C4A060; }
a { background-color: rgb(196,160,96); }
div.DivClassName
{
background-color: #C4A060;
}
.BgClassName
{
background-color: #C4A060;
}
</style>
border-color css
<style>
span { border-color: #C4A060; }
span { border-color: rgb(196,160,96); }
td.TdClassName
{
border-color: #C4A060;
}
.TagClassName
{
border-color: #C4A060;
}
</style>