Shades of Laser #C1A15A
Tints of Laser #C1A15A
RGB
CMYK
RGB Variations
Color information
#C1A15A (or 0xC1A15A) is known color: Laser. HEX triplet: C1, A1 and 5A. RGB value is (193,161,90). Sum of RGB (Red+Green+Blue) = 193+161+90=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A15A is #3E5EA5. Grayscale: #A2A2A2. Windows color (decimal): -4087462 or 5939649. OLE color: 5939649.
HSL color Cylindrical-coordinate representation of color #C1A15A: hue angle of 41.36º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1A15A is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 161 | 90 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.24 |
| HSL | 41.36º | 0.45% | 0.55% | - |
| HSV(B) | 41.36º | 0.53% | 0.76% | - |
| XYZ | 36.58 | 37.57 | 15 | - |
| YUV | 162.47 | 87.1 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 161 | 90 | 0 | 0.17 | 0.53 | 0.24 | 41.36 | 0.45 | 0.55 |
| Hex | C1 | A1 | 5A | 0 | 11 | 35 | 18 | 29 | 2D | 37 |
| Octal | 301 | 241 | 132 | 0 | 21 | 65 | 30 | 51 | 55 | 67 |
| Binary | 11000001 | 10100001 | 1011010 | 0 | 10001 | 110101 | 11000 | 101001 | 101101 | 110111 |
Color Harmonies of #C1A15A
Complementary color
Monochromatic Colors of #C1A15A
Black with #C1A15A
Text Example
Text Example
White with #C1A15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A15A; }
p { color: rgb(193,161,90); }
H1.HeaderClassName
{
color: #C1A15A;
}
.AnyTagClassName
{
color: #C1A15A;
}
</style>
background-color css
<style>
a { background-color: #C1A15A; }
a { background-color: rgb(193,161,90); }
div.DivClassName
{
background-color: #C1A15A;
}
.BgClassName
{
background-color: #C1A15A;
}
</style>
border-color css
<style>
span { border-color: #C1A15A; }
span { border-color: rgb(193,161,90); }
td.TdClassName
{
border-color: #C1A15A;
}
.TagClassName
{
border-color: #C1A15A;
}
</style>