Shades of Laser #C4A560
Tints of Laser #C4A560
RGB
CMYK
RGB Variations
Color information
#C4A560 (or 0xC4A560) is known color: Laser. HEX triplet: C4, A5 and 60. RGB value is (196,165,96). Sum of RGB (Red+Green+Blue) = 196+165+96=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A560 is #3B5A9F. Grayscale: #A6A6A6. Windows color (decimal): -3889824 or 6333892. OLE color: 6333892.
HSL color Cylindrical-coordinate representation of color #C4A560: hue angle of 41.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 #C4A560 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 165 | 96 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.23 |
| HSL | 41.4º | 0.46% | 0.57% | - |
| HSV(B) | 41.4º | 0.51% | 0.77% | - |
| XYZ | 38.33 | 39.49 | 16.67 | - |
| YUV | 166.4 | 88.27 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 165 | 96 | 0 | 0.16 | 0.51 | 0.23 | 41.4 | 0.46 | 0.57 |
| Hex | C4 | A5 | 60 | 0 | 10 | 33 | 17 | 29 | 2E | 39 |
| Octal | 304 | 245 | 140 | 0 | 20 | 63 | 27 | 51 | 56 | 71 |
| Binary | 11000100 | 10100101 | 1100000 | 0 | 10000 | 110011 | 10111 | 101001 | 101110 | 111001 |
Color Harmonies of #C4A560
Complementary color
Monochromatic Colors of #C4A560
Black with #C4A560
Text Example
Text Example
White with #C4A560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A560; }
p { color: rgb(196,165,96); }
H1.HeaderClassName
{
color: #C4A560;
}
.AnyTagClassName
{
color: #C4A560;
}
</style>
background-color css
<style>
a { background-color: #C4A560; }
a { background-color: rgb(196,165,96); }
div.DivClassName
{
background-color: #C4A560;
}
.BgClassName
{
background-color: #C4A560;
}
</style>
border-color css
<style>
span { border-color: #C4A560; }
span { border-color: rgb(196,165,96); }
td.TdClassName
{
border-color: #C4A560;
}
.TagClassName
{
border-color: #C4A560;
}
</style>