Shades of Laser #C4AE61
Tints of Laser #C4AE61
RGB
CMYK
RGB Variations
Color information
#C4AE61 (or 0xC4AE61) is known color: Laser. HEX triplet: C4, AE and 61. RGB value is (196,174,97). Sum of RGB (Red+Green+Blue) = 196+174+97=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AE61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AE61 is #3B519E. Grayscale: #ACACAC. Windows color (decimal): -3887519 or 6401732. OLE color: 6401732.
HSL color Cylindrical-coordinate representation of color #C4AE61: hue angle of 46.67º 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 #C4AE61 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 174 | 97 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.23 |
| HSL | 46.67º | 0.46% | 0.57% | - |
| HSV(B) | 46.67º | 0.51% | 0.77% | - |
| XYZ | 40.06 | 42.87 | 17.47 | - |
| YUV | 171.8 | 85.79 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 174 | 97 | 0 | 0.11 | 0.51 | 0.23 | 46.67 | 0.46 | 0.57 |
| Hex | C4 | AE | 61 | 0 | B | 33 | 17 | 2F | 2E | 39 |
| Octal | 304 | 256 | 141 | 0 | 13 | 63 | 27 | 57 | 56 | 71 |
| Binary | 11000100 | 10101110 | 1100001 | 0 | 1011 | 110011 | 10111 | 101111 | 101110 | 111001 |
Color Harmonies of #C4AE61
Complementary color
Monochromatic Colors of #C4AE61
Black with #C4AE61
Text Example
Text Example
White with #C4AE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AE61; }
p { color: rgb(196,174,97); }
H1.HeaderClassName
{
color: #C4AE61;
}
.AnyTagClassName
{
color: #C4AE61;
}
</style>
background-color css
<style>
a { background-color: #C4AE61; }
a { background-color: rgb(196,174,97); }
div.DivClassName
{
background-color: #C4AE61;
}
.BgClassName
{
background-color: #C4AE61;
}
</style>
border-color css
<style>
span { border-color: #C4AE61; }
span { border-color: rgb(196,174,97); }
td.TdClassName
{
border-color: #C4AE61;
}
.TagClassName
{
border-color: #C4AE61;
}
</style>