Shades of Laser #C1A160
Tints of Laser #C1A160
RGB
CMYK
RGB Variations
Color information
#C1A160 (or 0xC1A160) is known color: Laser. HEX triplet: C1, A1 and 60. RGB value is (193,161,96). Sum of RGB (Red+Green+Blue) = 193+161+96=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A160 is #3E5E9F. Grayscale: #A3A3A3. Windows color (decimal): -4087456 or 6332865. OLE color: 6332865.
HSL color Cylindrical-coordinate representation of color #C1A160: hue angle of 40.21º 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 #C1A160 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 161 | 96 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.24 |
| HSL | 40.21º | 0.44% | 0.57% | - |
| HSV(B) | 40.21º | 0.5% | 0.76% | - |
| XYZ | 36.85 | 37.67 | 16.4 | - |
| YUV | 163.16 | 90.1 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 161 | 96 | 0 | 0.17 | 0.50 | 0.24 | 40.21 | 0.44 | 0.57 |
| Hex | C1 | A1 | 60 | 0 | 11 | 32 | 18 | 28 | 2C | 39 |
| Octal | 301 | 241 | 140 | 0 | 21 | 62 | 30 | 50 | 54 | 71 |
| Binary | 11000001 | 10100001 | 1100000 | 0 | 10001 | 110010 | 11000 | 101000 | 101100 | 111001 |
Color Harmonies of #C1A160
Complementary color
Monochromatic Colors of #C1A160
Black with #C1A160
Text Example
Text Example
White with #C1A160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A160; }
p { color: rgb(193,161,96); }
H1.HeaderClassName
{
color: #C1A160;
}
.AnyTagClassName
{
color: #C1A160;
}
</style>
background-color css
<style>
a { background-color: #C1A160; }
a { background-color: rgb(193,161,96); }
div.DivClassName
{
background-color: #C1A160;
}
.BgClassName
{
background-color: #C1A160;
}
</style>
border-color css
<style>
span { border-color: #C1A160; }
span { border-color: rgb(193,161,96); }
td.TdClassName
{
border-color: #C1A160;
}
.TagClassName
{
border-color: #C1A160;
}
</style>