Shades of Laser #C3A059
Tints of Laser #C3A059
RGB
CMYK
RGB Variations
Color information
#C3A059 (or 0xC3A059) is known color: Laser. HEX triplet: C3, A0 and 59. RGB value is (195,160,89). Sum of RGB (Red+Green+Blue) = 195+160+89=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 89 (35.16% from 255 or 20.05% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A059 is #3C5FA6. Grayscale: #A2A2A2. Windows color (decimal): -3956647 or 5873859. OLE color: 5873859.
HSL color Cylindrical-coordinate representation of color #C3A059: hue angle of 40.19º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C3A059 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 89 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.24 |
| HSL | 40.19º | 0.47% | 0.56% | - |
| HSV(B) | 40.19º | 0.54% | 0.76% | - |
| XYZ | 36.88 | 37.46 | 14.74 | - |
| YUV | 162.37 | 86.6 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 89 | 0 | 0.18 | 0.54 | 0.24 | 40.19 | 0.47 | 0.56 |
| Hex | C3 | A0 | 59 | 0 | 12 | 36 | 18 | 28 | 2F | 38 |
| Octal | 303 | 240 | 131 | 0 | 22 | 66 | 30 | 50 | 57 | 70 |
| Binary | 11000011 | 10100000 | 1011001 | 0 | 10010 | 110110 | 11000 | 101000 | 101111 | 111000 |
Color Harmonies of #C3A059
Complementary color
Monochromatic Colors of #C3A059
Black with #C3A059
Text Example
Text Example
White with #C3A059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A059; }
p { color: rgb(195,160,89); }
H1.HeaderClassName
{
color: #C3A059;
}
.AnyTagClassName
{
color: #C3A059;
}
</style>
background-color css
<style>
a { background-color: #C3A059; }
a { background-color: rgb(195,160,89); }
div.DivClassName
{
background-color: #C3A059;
}
.BgClassName
{
background-color: #C3A059;
}
</style>
border-color css
<style>
span { border-color: #C3A059; }
span { border-color: rgb(195,160,89); }
td.TdClassName
{
border-color: #C3A059;
}
.TagClassName
{
border-color: #C3A059;
}
</style>