Shades of Laser #C3A155
Tints of Laser #C3A155
RGB
CMYK
RGB Variations
Color information
#C3A155 (or 0xC3A155) is known color: Laser. HEX triplet: C3, A1 and 55. RGB value is (195,161,85). Sum of RGB (Red+Green+Blue) = 195+161+85=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A155 is #3C5EAA. Grayscale: #A2A2A2. Windows color (decimal): -3956395 or 5611971. OLE color: 5611971.
HSL color Cylindrical-coordinate representation of color #C3A155: hue angle of 41.45º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C3A155 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 161 | 85 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.24 |
| HSL | 41.45º | 0.48% | 0.55% | - |
| HSV(B) | 41.45º | 0.56% | 0.76% | - |
| XYZ | 36.89 | 37.75 | 13.94 | - |
| YUV | 162.5 | 84.26 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 161 | 85 | 0 | 0.17 | 0.56 | 0.24 | 41.45 | 0.48 | 0.55 |
| Hex | C3 | A1 | 55 | 0 | 11 | 38 | 18 | 29 | 30 | 37 |
| Octal | 303 | 241 | 125 | 0 | 21 | 70 | 30 | 51 | 60 | 67 |
| Binary | 11000011 | 10100001 | 1010101 | 0 | 10001 | 111000 | 11000 | 101001 | 110000 | 110111 |
Color Harmonies of #C3A155
Complementary color
Monochromatic Colors of #C3A155
Black with #C3A155
Text Example
Text Example
White with #C3A155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A155; }
p { color: rgb(195,161,85); }
H1.HeaderClassName
{
color: #C3A155;
}
.AnyTagClassName
{
color: #C3A155;
}
</style>
background-color css
<style>
a { background-color: #C3A155; }
a { background-color: rgb(195,161,85); }
div.DivClassName
{
background-color: #C3A155;
}
.BgClassName
{
background-color: #C3A155;
}
</style>
border-color css
<style>
span { border-color: #C3A155; }
span { border-color: rgb(195,161,85); }
td.TdClassName
{
border-color: #C3A155;
}
.TagClassName
{
border-color: #C3A155;
}
</style>