Shades of Laser #C2A161
Tints of Laser #C2A161
RGB
CMYK
RGB Variations
Color information
#C2A161 (or 0xC2A161) is known color: Laser. HEX triplet: C2, A1 and 61. RGB value is (194,161,97). Sum of RGB (Red+Green+Blue) = 194+161+97=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A161 is #3D5E9E. Grayscale: #A3A3A3. Windows color (decimal): -4021919 or 6398402. OLE color: 6398402.
HSL color Cylindrical-coordinate representation of color #C2A161: hue angle of 39.59º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2A161 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 161 | 97 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.24 |
| HSL | 39.59º | 0.44% | 0.57% | - |
| HSV(B) | 39.59º | 0.5% | 0.76% | - |
| XYZ | 37.15 | 37.82 | 16.65 | - |
| YUV | 163.57 | 90.43 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 97 | 0 | 0.17 | 0.50 | 0.24 | 39.59 | 0.44 | 0.57 |
| Hex | C2 | A1 | 61 | 0 | 11 | 32 | 18 | 28 | 2C | 39 |
| Octal | 302 | 241 | 141 | 0 | 21 | 62 | 30 | 50 | 54 | 71 |
| Binary | 11000010 | 10100001 | 1100001 | 0 | 10001 | 110010 | 11000 | 101000 | 101100 | 111001 |
Color Harmonies of #C2A161
Complementary color
Monochromatic Colors of #C2A161
Black with #C2A161
Text Example
Text Example
White with #C2A161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A161; }
p { color: rgb(194,161,97); }
H1.HeaderClassName
{
color: #C2A161;
}
.AnyTagClassName
{
color: #C2A161;
}
</style>
background-color css
<style>
a { background-color: #C2A161; }
a { background-color: rgb(194,161,97); }
div.DivClassName
{
background-color: #C2A161;
}
.BgClassName
{
background-color: #C2A161;
}
</style>
border-color css
<style>
span { border-color: #C2A161; }
span { border-color: rgb(194,161,97); }
td.TdClassName
{
border-color: #C2A161;
}
.TagClassName
{
border-color: #C2A161;
}
</style>