Shades of Laser #C1A15C
Tints of Laser #C1A15C
RGB
CMYK
RGB Variations
Color information
#C1A15C (or 0xC1A15C) is known color: Laser. HEX triplet: C1, A1 and 5C. RGB value is (193,161,92). Sum of RGB (Red+Green+Blue) = 193+161+92=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A15C is #3E5EA3. Grayscale: #A3A3A3. Windows color (decimal): -4087460 or 6070721. OLE color: 6070721.
HSL color Cylindrical-coordinate representation of color #C1A15C: hue angle of 40.99º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C1A15C is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 161 | 92 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.24 |
| HSL | 40.99º | 0.45% | 0.56% | - |
| HSV(B) | 40.99º | 0.52% | 0.76% | - |
| XYZ | 36.67 | 37.6 | 15.45 | - |
| YUV | 162.7 | 88.1 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 161 | 92 | 0 | 0.17 | 0.52 | 0.24 | 40.99 | 0.45 | 0.56 |
| Hex | C1 | A1 | 5C | 0 | 11 | 34 | 18 | 29 | 2D | 38 |
| Octal | 301 | 241 | 134 | 0 | 21 | 64 | 30 | 51 | 55 | 70 |
| Binary | 11000001 | 10100001 | 1011100 | 0 | 10001 | 110100 | 11000 | 101001 | 101101 | 111000 |
Color Harmonies of #C1A15C
Complementary color
Monochromatic Colors of #C1A15C
Black with #C1A15C
Text Example
Text Example
White with #C1A15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A15C; }
p { color: rgb(193,161,92); }
H1.HeaderClassName
{
color: #C1A15C;
}
.AnyTagClassName
{
color: #C1A15C;
}
</style>
background-color css
<style>
a { background-color: #C1A15C; }
a { background-color: rgb(193,161,92); }
div.DivClassName
{
background-color: #C1A15C;
}
.BgClassName
{
background-color: #C1A15C;
}
</style>
border-color css
<style>
span { border-color: #C1A15C; }
span { border-color: rgb(193,161,92); }
td.TdClassName
{
border-color: #C1A15C;
}
.TagClassName
{
border-color: #C1A15C;
}
</style>