Shades of Laser #C2A159
Tints of Laser #C2A159
RGB
CMYK
RGB Variations
Color information
#C2A159 (or 0xC2A159) is known color: Laser. HEX triplet: C2, A1 and 59. RGB value is (194,161,89). Sum of RGB (Red+Green+Blue) = 194+161+89=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 89 (35.16% from 255 or 20.05% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A159 is #3D5EA6. Grayscale: #A2A2A2. Windows color (decimal): -4021927 or 5874114. OLE color: 5874114.
HSL color Cylindrical-coordinate representation of color #C2A159: hue angle of 41.14º 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 #C2A159 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 161 | 89 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.24 |
| HSL | 41.14º | 0.46% | 0.55% | - |
| HSV(B) | 41.14º | 0.54% | 0.76% | - |
| XYZ | 36.8 | 37.68 | 14.78 | - |
| YUV | 162.66 | 86.43 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 89 | 0 | 0.17 | 0.54 | 0.24 | 41.14 | 0.46 | 0.55 |
| Hex | C2 | A1 | 59 | 0 | 11 | 36 | 18 | 29 | 2E | 37 |
| Octal | 302 | 241 | 131 | 0 | 21 | 66 | 30 | 51 | 56 | 67 |
| Binary | 11000010 | 10100001 | 1011001 | 0 | 10001 | 110110 | 11000 | 101001 | 101110 | 110111 |
Color Harmonies of #C2A159
Complementary color
Monochromatic Colors of #C2A159
Black with #C2A159
Text Example
Text Example
White with #C2A159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A159; }
p { color: rgb(194,161,89); }
H1.HeaderClassName
{
color: #C2A159;
}
.AnyTagClassName
{
color: #C2A159;
}
</style>
background-color css
<style>
a { background-color: #C2A159; }
a { background-color: rgb(194,161,89); }
div.DivClassName
{
background-color: #C2A159;
}
.BgClassName
{
background-color: #C2A159;
}
</style>
border-color css
<style>
span { border-color: #C2A159; }
span { border-color: rgb(194,161,89); }
td.TdClassName
{
border-color: #C2A159;
}
.TagClassName
{
border-color: #C2A159;
}
</style>