Shades of Laser #C2A059
Tints of Laser #C2A059
RGB
CMYK
RGB Variations
Color information
#C2A059 (or 0xC2A059) is known color: Laser. HEX triplet: C2, A0 and 59. RGB value is (194,160,89). Sum of RGB (Red+Green+Blue) = 194+160+89=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 89 (35.16% from 255 or 20.09% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A059 is #3D5FA6. Grayscale: #A2A2A2. Windows color (decimal): -4022183 or 5873858. OLE color: 5873858.
HSL color Cylindrical-coordinate representation of color #C2A059: hue angle of 40.57º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2A059 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 89 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.24 |
| HSL | 40.57º | 0.46% | 0.55% | - |
| HSV(B) | 40.57º | 0.54% | 0.76% | - |
| XYZ | 36.62 | 37.33 | 14.73 | - |
| YUV | 162.07 | 86.76 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 89 | 0 | 0.18 | 0.54 | 0.24 | 40.57 | 0.46 | 0.55 |
| Hex | C2 | A0 | 59 | 0 | 12 | 36 | 18 | 29 | 2E | 37 |
| Octal | 302 | 240 | 131 | 0 | 22 | 66 | 30 | 51 | 56 | 67 |
| Binary | 11000010 | 10100000 | 1011001 | 0 | 10010 | 110110 | 11000 | 101001 | 101110 | 110111 |
Color Harmonies of #C2A059
Complementary color
Monochromatic Colors of #C2A059
Black with #C2A059
Text Example
Text Example
White with #C2A059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A059; }
p { color: rgb(194,160,89); }
H1.HeaderClassName
{
color: #C2A059;
}
.AnyTagClassName
{
color: #C2A059;
}
</style>
background-color css
<style>
a { background-color: #C2A059; }
a { background-color: rgb(194,160,89); }
div.DivClassName
{
background-color: #C2A059;
}
.BgClassName
{
background-color: #C2A059;
}
</style>
border-color css
<style>
span { border-color: #C2A059; }
span { border-color: rgb(194,160,89); }
td.TdClassName
{
border-color: #C2A059;
}
.TagClassName
{
border-color: #C2A059;
}
</style>