Shades of Laser #C2A157
Tints of Laser #C2A157
RGB
CMYK
RGB Variations
Color information
#C2A157 (or 0xC2A157) is known color: Laser. HEX triplet: C2, A1 and 57. RGB value is (194,161,87). Sum of RGB (Red+Green+Blue) = 194+161+87=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 87 (34.38% from 255 or 19.68% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A157 is #3D5EA8. Grayscale: #A2A2A2. Windows color (decimal): -4021929 or 5743042. OLE color: 5743042.
HSL color Cylindrical-coordinate representation of color #C2A157: hue angle of 41.5º degrees, saturation: 0.47, 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 #C2A157 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 161 | 87 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.24 |
| HSL | 41.5º | 0.47% | 0.55% | - |
| HSV(B) | 41.5º | 0.55% | 0.76% | - |
| XYZ | 36.71 | 37.65 | 14.35 | - |
| YUV | 162.43 | 85.43 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 87 | 0 | 0.17 | 0.55 | 0.24 | 41.5 | 0.47 | 0.55 |
| Hex | C2 | A1 | 57 | 0 | 11 | 37 | 18 | 29 | 2F | 37 |
| Octal | 302 | 241 | 127 | 0 | 21 | 67 | 30 | 51 | 57 | 67 |
| Binary | 11000010 | 10100001 | 1010111 | 0 | 10001 | 110111 | 11000 | 101001 | 101111 | 110111 |
Color Harmonies of #C2A157
Complementary color
Monochromatic Colors of #C2A157
Black with #C2A157
Text Example
Text Example
White with #C2A157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A157; }
p { color: rgb(194,161,87); }
H1.HeaderClassName
{
color: #C2A157;
}
.AnyTagClassName
{
color: #C2A157;
}
</style>
background-color css
<style>
a { background-color: #C2A157; }
a { background-color: rgb(194,161,87); }
div.DivClassName
{
background-color: #C2A157;
}
.BgClassName
{
background-color: #C2A157;
}
</style>
border-color css
<style>
span { border-color: #C2A157; }
span { border-color: rgb(194,161,87); }
td.TdClassName
{
border-color: #C2A157;
}
.TagClassName
{
border-color: #C2A157;
}
</style>