Shades of Laser #C2AA5A
Tints of Laser #C2AA5A
RGB
CMYK
RGB Variations
Color information
#C2AA5A (or 0xC2AA5A) is known color: Laser. HEX triplet: C2, AA and 5A. RGB value is (194,170,90). Sum of RGB (Red+Green+Blue) = 194+170+90=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 90 (35.55% from 255 or 19.82% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AA5A is #3D55A5. Grayscale: #A8A8A8. Windows color (decimal): -4019622 or 5941954. OLE color: 5941954.
HSL color Cylindrical-coordinate representation of color #C2AA5A: hue angle of 46.15º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2AA5A is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 90 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.24 |
| HSL | 46.15º | 0.46% | 0.56% | - |
| HSV(B) | 46.15º | 0.54% | 0.76% | - |
| XYZ | 38.47 | 40.96 | 15.55 | - |
| YUV | 168.06 | 83.95 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 90 | 0 | 0.12 | 0.54 | 0.24 | 46.15 | 0.46 | 0.56 |
| Hex | C2 | AA | 5A | 0 | C | 36 | 18 | 2E | 2E | 38 |
| Octal | 302 | 252 | 132 | 0 | 14 | 66 | 30 | 56 | 56 | 70 |
| Binary | 11000010 | 10101010 | 1011010 | 0 | 1100 | 110110 | 11000 | 101110 | 101110 | 111000 |
Color Harmonies of #C2AA5A
Complementary color
Monochromatic Colors of #C2AA5A
Black with #C2AA5A
Text Example
Text Example
White with #C2AA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AA5A; }
p { color: rgb(194,170,90); }
H1.HeaderClassName
{
color: #C2AA5A;
}
.AnyTagClassName
{
color: #C2AA5A;
}
</style>
background-color css
<style>
a { background-color: #C2AA5A; }
a { background-color: rgb(194,170,90); }
div.DivClassName
{
background-color: #C2AA5A;
}
.BgClassName
{
background-color: #C2AA5A;
}
</style>
border-color css
<style>
span { border-color: #C2AA5A; }
span { border-color: rgb(194,170,90); }
td.TdClassName
{
border-color: #C2AA5A;
}
.TagClassName
{
border-color: #C2AA5A;
}
</style>