Shades of Laser #C2A158
Tints of Laser #C2A158
RGB
CMYK
RGB Variations
Color information
#C2A158 (or 0xC2A158) is known color: Laser. HEX triplet: C2, A1 and 58. RGB value is (194,161,88). Sum of RGB (Red+Green+Blue) = 194+161+88=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 88 (34.77% from 255 or 19.86% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A158 is #3D5EA7. Grayscale: #A2A2A2. Windows color (decimal): -4021928 or 5808578. OLE color: 5808578.
HSL color Cylindrical-coordinate representation of color #C2A158: hue angle of 41.32º degrees, saturation: 0.46, 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 #C2A158 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 161 | 88 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.24 |
| HSL | 41.32º | 0.46% | 0.55% | - |
| HSV(B) | 41.32º | 0.55% | 0.76% | - |
| XYZ | 36.75 | 37.66 | 14.57 | - |
| YUV | 162.55 | 85.93 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 88 | 0 | 0.17 | 0.55 | 0.24 | 41.32 | 0.46 | 0.55 |
| Hex | C2 | A1 | 58 | 0 | 11 | 37 | 18 | 29 | 2E | 37 |
| Octal | 302 | 241 | 130 | 0 | 21 | 67 | 30 | 51 | 56 | 67 |
| Binary | 11000010 | 10100001 | 1011000 | 0 | 10001 | 110111 | 11000 | 101001 | 101110 | 110111 |
Color Harmonies of #C2A158
Complementary color
Monochromatic Colors of #C2A158
Black with #C2A158
Text Example
Text Example
White with #C2A158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A158; }
p { color: rgb(194,161,88); }
H1.HeaderClassName
{
color: #C2A158;
}
.AnyTagClassName
{
color: #C2A158;
}
</style>
background-color css
<style>
a { background-color: #C2A158; }
a { background-color: rgb(194,161,88); }
div.DivClassName
{
background-color: #C2A158;
}
.BgClassName
{
background-color: #C2A158;
}
</style>
border-color css
<style>
span { border-color: #C2A158; }
span { border-color: rgb(194,161,88); }
td.TdClassName
{
border-color: #C2A158;
}
.TagClassName
{
border-color: #C2A158;
}
</style>