Shades of Laser #C2AA57
Tints of Laser #C2AA57
RGB
CMYK
RGB Variations
Color information
#C2AA57 (or 0xC2AA57) is known color: Laser. HEX triplet: C2, AA and 57. RGB value is (194,170,87). Sum of RGB (Red+Green+Blue) = 194+170+87=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 87 (34.38% from 255 or 19.29% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AA57 is #3D55A8. Grayscale: #A8A8A8. Windows color (decimal): -4019625 or 5745346. OLE color: 5745346.
HSL color Cylindrical-coordinate representation of color #C2AA57: hue angle of 46.54º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2AA57 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 87 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.24 |
| HSL | 46.54º | 0.47% | 0.55% | - |
| HSV(B) | 46.54º | 0.55% | 0.76% | - |
| XYZ | 38.34 | 40.91 | 14.89 | - |
| YUV | 167.71 | 82.45 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 87 | 0 | 0.12 | 0.55 | 0.24 | 46.54 | 0.47 | 0.55 |
| Hex | C2 | AA | 57 | 0 | C | 37 | 18 | 2F | 2F | 37 |
| Octal | 302 | 252 | 127 | 0 | 14 | 67 | 30 | 57 | 57 | 67 |
| Binary | 11000010 | 10101010 | 1010111 | 0 | 1100 | 110111 | 11000 | 101111 | 101111 | 110111 |
Color Harmonies of #C2AA57
Complementary color
Monochromatic Colors of #C2AA57
Black with #C2AA57
Text Example
Text Example
White with #C2AA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AA57; }
p { color: rgb(194,170,87); }
H1.HeaderClassName
{
color: #C2AA57;
}
.AnyTagClassName
{
color: #C2AA57;
}
</style>
background-color css
<style>
a { background-color: #C2AA57; }
a { background-color: rgb(194,170,87); }
div.DivClassName
{
background-color: #C2AA57;
}
.BgClassName
{
background-color: #C2AA57;
}
</style>
border-color css
<style>
span { border-color: #C2AA57; }
span { border-color: rgb(194,170,87); }
td.TdClassName
{
border-color: #C2AA57;
}
.TagClassName
{
border-color: #C2AA57;
}
</style>