Shades of Laser #C3A054
Tints of Laser #C3A054
RGB
CMYK
RGB Variations
Color information
#C3A054 (or 0xC3A054) is known color: Laser. HEX triplet: C3, A0 and 54. RGB value is (195,160,84). Sum of RGB (Red+Green+Blue) = 195+160+84=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 84 (33.20% from 255 or 19.13% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A054 is #3C5FAB. Grayscale: #A2A2A2. Windows color (decimal): -3956652 or 5546179. OLE color: 5546179.
HSL color Cylindrical-coordinate representation of color #C3A054: hue angle of 41.08º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C3A054 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 84 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.24 |
| HSL | 41.08º | 0.48% | 0.55% | - |
| HSV(B) | 41.08º | 0.57% | 0.76% | - |
| XYZ | 36.68 | 37.38 | 13.67 | - |
| YUV | 161.8 | 84.1 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 84 | 0 | 0.18 | 0.57 | 0.24 | 41.08 | 0.48 | 0.55 |
| Hex | C3 | A0 | 54 | 0 | 12 | 39 | 18 | 29 | 30 | 37 |
| Octal | 303 | 240 | 124 | 0 | 22 | 71 | 30 | 51 | 60 | 67 |
| Binary | 11000011 | 10100000 | 1010100 | 0 | 10010 | 111001 | 11000 | 101001 | 110000 | 110111 |
Color Harmonies of #C3A054
Complementary color
Monochromatic Colors of #C3A054
Black with #C3A054
Text Example
Text Example
White with #C3A054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A054; }
p { color: rgb(195,160,84); }
H1.HeaderClassName
{
color: #C3A054;
}
.AnyTagClassName
{
color: #C3A054;
}
</style>
background-color css
<style>
a { background-color: #C3A054; }
a { background-color: rgb(195,160,84); }
div.DivClassName
{
background-color: #C3A054;
}
.BgClassName
{
background-color: #C3A054;
}
</style>
border-color css
<style>
span { border-color: #C3A054; }
span { border-color: rgb(195,160,84); }
td.TdClassName
{
border-color: #C3A054;
}
.TagClassName
{
border-color: #C3A054;
}
</style>