Shades of Laser #C4A960
Tints of Laser #C4A960
RGB
CMYK
RGB Variations
Color information
#C4A960 (or 0xC4A960) is known color: Laser. HEX triplet: C4, A9 and 60. RGB value is (196,169,96). Sum of RGB (Red+Green+Blue) = 196+169+96=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A960 is #3B569F. Grayscale: #A9A9A9. Windows color (decimal): -3888800 or 6334916. OLE color: 6334916.
HSL color Cylindrical-coordinate representation of color #C4A960: hue angle of 43.8º 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 #C4A960 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 169 | 96 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.23 |
| HSL | 43.8º | 0.46% | 0.57% | - |
| HSV(B) | 43.8º | 0.51% | 0.77% | - |
| XYZ | 39.06 | 40.96 | 16.91 | - |
| YUV | 168.75 | 86.95 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 169 | 96 | 0 | 0.14 | 0.51 | 0.23 | 43.8 | 0.46 | 0.57 |
| Hex | C4 | A9 | 60 | 0 | E | 33 | 17 | 2C | 2E | 39 |
| Octal | 304 | 251 | 140 | 0 | 16 | 63 | 27 | 54 | 56 | 71 |
| Binary | 11000100 | 10101001 | 1100000 | 0 | 1110 | 110011 | 10111 | 101100 | 101110 | 111001 |
Color Harmonies of #C4A960
Complementary color
Monochromatic Colors of #C4A960
Black with #C4A960
Text Example
Text Example
White with #C4A960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A960; }
p { color: rgb(196,169,96); }
H1.HeaderClassName
{
color: #C4A960;
}
.AnyTagClassName
{
color: #C4A960;
}
</style>
background-color css
<style>
a { background-color: #C4A960; }
a { background-color: rgb(196,169,96); }
div.DivClassName
{
background-color: #C4A960;
}
.BgClassName
{
background-color: #C4A960;
}
</style>
border-color css
<style>
span { border-color: #C4A960; }
span { border-color: rgb(196,169,96); }
td.TdClassName
{
border-color: #C4A960;
}
.TagClassName
{
border-color: #C4A960;
}
</style>