Shades of Laser #C2AA62
Tints of Laser #C2AA62
RGB
CMYK
RGB Variations
Color information
#C2AA62 (or 0xC2AA62) is known color: Laser. HEX triplet: C2, AA and 62. RGB value is (194,170,98). Sum of RGB (Red+Green+Blue) = 194+170+98=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 98 (38.67% from 255 or 21.21% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AA62 is #3D559D. Grayscale: #A9A9A9. Windows color (decimal): -4019614 or 6466242. OLE color: 6466242.
HSL color Cylindrical-coordinate representation of color #C2AA62: hue angle of 45º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2AA62 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 98 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.24 |
| HSL | 45º | 0.44% | 0.57% | - |
| HSV(B) | 45º | 0.49% | 0.76% | - |
| XYZ | 38.83 | 41.1 | 17.44 | - |
| YUV | 168.97 | 87.95 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 98 | 0 | 0.12 | 0.49 | 0.24 | 45 | 0.44 | 0.57 |
| Hex | C2 | AA | 62 | 0 | C | 31 | 18 | 2D | 2C | 39 |
| Octal | 302 | 252 | 142 | 0 | 14 | 61 | 30 | 55 | 54 | 71 |
| Binary | 11000010 | 10101010 | 1100010 | 0 | 1100 | 110001 | 11000 | 101101 | 101100 | 111001 |
Color Harmonies of #C2AA62
Complementary color
Monochromatic Colors of #C2AA62
Black with #C2AA62
Text Example
Text Example
White with #C2AA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AA62; }
p { color: rgb(194,170,98); }
H1.HeaderClassName
{
color: #C2AA62;
}
.AnyTagClassName
{
color: #C2AA62;
}
</style>
background-color css
<style>
a { background-color: #C2AA62; }
a { background-color: rgb(194,170,98); }
div.DivClassName
{
background-color: #C2AA62;
}
.BgClassName
{
background-color: #C2AA62;
}
</style>
border-color css
<style>
span { border-color: #C2AA62; }
span { border-color: rgb(194,170,98); }
td.TdClassName
{
border-color: #C2AA62;
}
.TagClassName
{
border-color: #C2AA62;
}
</style>