Shades of Laser #C3A35E
Tints of Laser #C3A35E
RGB
CMYK
RGB Variations
Color information
#C3A35E (or 0xC3A35E) is known color: Laser. HEX triplet: C3, A3 and 5E. RGB value is (195,163,94). Sum of RGB (Red+Green+Blue) = 195+163+94=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 94 (37.11% from 255 or 20.80% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A35E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A35E is #3C5CA1. Grayscale: #A5A5A5. Windows color (decimal): -3955874 or 6202307. OLE color: 6202307.
HSL color Cylindrical-coordinate representation of color #C3A35E: hue angle of 40.99º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3A35E is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 163 | 94 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.24 |
| HSL | 40.99º | 0.46% | 0.57% | - |
| HSV(B) | 40.99º | 0.52% | 0.76% | - |
| XYZ | 37.62 | 38.6 | 16.06 | - |
| YUV | 164.7 | 88.1 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 163 | 94 | 0 | 0.16 | 0.52 | 0.24 | 40.99 | 0.46 | 0.57 |
| Hex | C3 | A3 | 5E | 0 | 10 | 34 | 18 | 29 | 2E | 39 |
| Octal | 303 | 243 | 136 | 0 | 20 | 64 | 30 | 51 | 56 | 71 |
| Binary | 11000011 | 10100011 | 1011110 | 0 | 10000 | 110100 | 11000 | 101001 | 101110 | 111001 |
Color Harmonies of #C3A35E
Complementary color
Monochromatic Colors of #C3A35E
Black with #C3A35E
Text Example
Text Example
White with #C3A35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A35E; }
p { color: rgb(195,163,94); }
H1.HeaderClassName
{
color: #C3A35E;
}
.AnyTagClassName
{
color: #C3A35E;
}
</style>
background-color css
<style>
a { background-color: #C3A35E; }
a { background-color: rgb(195,163,94); }
div.DivClassName
{
background-color: #C3A35E;
}
.BgClassName
{
background-color: #C3A35E;
}
</style>
border-color css
<style>
span { border-color: #C3A35E; }
span { border-color: rgb(195,163,94); }
td.TdClassName
{
border-color: #C3A35E;
}
.TagClassName
{
border-color: #C3A35E;
}
</style>