Shades of Laser #C4AE60
Tints of Laser #C4AE60
RGB
CMYK
RGB Variations
Color information
#C4AE60 (or 0xC4AE60) is known color: Laser. HEX triplet: C4, AE and 60. RGB value is (196,174,96). Sum of RGB (Red+Green+Blue) = 196+174+96=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AE60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AE60 is #3B519F. Grayscale: #ACACAC. Windows color (decimal): -3887520 or 6336196. OLE color: 6336196.
HSL color Cylindrical-coordinate representation of color #C4AE60: hue angle of 46.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 #C4AE60 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 174 | 96 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.23 |
| HSL | 46.8º | 0.46% | 0.57% | - |
| HSV(B) | 46.8º | 0.51% | 0.77% | - |
| XYZ | 40.01 | 42.85 | 17.23 | - |
| YUV | 171.69 | 85.29 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 174 | 96 | 0 | 0.11 | 0.51 | 0.23 | 46.8 | 0.46 | 0.57 |
| Hex | C4 | AE | 60 | 0 | B | 33 | 17 | 2F | 2E | 39 |
| Octal | 304 | 256 | 140 | 0 | 13 | 63 | 27 | 57 | 56 | 71 |
| Binary | 11000100 | 10101110 | 1100000 | 0 | 1011 | 110011 | 10111 | 101111 | 101110 | 111001 |
Color Harmonies of #C4AE60
Complementary color
Monochromatic Colors of #C4AE60
Black with #C4AE60
Text Example
Text Example
White with #C4AE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AE60; }
p { color: rgb(196,174,96); }
H1.HeaderClassName
{
color: #C4AE60;
}
.AnyTagClassName
{
color: #C4AE60;
}
</style>
background-color css
<style>
a { background-color: #C4AE60; }
a { background-color: rgb(196,174,96); }
div.DivClassName
{
background-color: #C4AE60;
}
.BgClassName
{
background-color: #C4AE60;
}
</style>
border-color css
<style>
span { border-color: #C4AE60; }
span { border-color: rgb(196,174,96); }
td.TdClassName
{
border-color: #C4AE60;
}
.TagClassName
{
border-color: #C4AE60;
}
</style>