Shades of Laser #C3A35D
Tints of Laser #C3A35D
RGB
CMYK
RGB Variations
Color information
#C3A35D (or 0xC3A35D) is known color: Laser. HEX triplet: C3, A3 and 5D. RGB value is (195,163,93). Sum of RGB (Red+Green+Blue) = 195+163+93=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A35D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A35D is #3C5CA2. Grayscale: #A4A4A4. Windows color (decimal): -3955875 or 6136771. OLE color: 6136771.
HSL color Cylindrical-coordinate representation of color #C3A35D: hue angle of 41.18º degrees, saturation: 0.46, 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 #C3A35D is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 163 | 93 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.24 |
| HSL | 41.18º | 0.46% | 0.56% | - |
| HSV(B) | 41.18º | 0.52% | 0.76% | - |
| XYZ | 37.58 | 38.59 | 15.82 | - |
| YUV | 164.59 | 87.6 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 163 | 93 | 0 | 0.16 | 0.52 | 0.24 | 41.18 | 0.46 | 0.56 |
| Hex | C3 | A3 | 5D | 0 | 10 | 34 | 18 | 29 | 2E | 38 |
| Octal | 303 | 243 | 135 | 0 | 20 | 64 | 30 | 51 | 56 | 70 |
| Binary | 11000011 | 10100011 | 1011101 | 0 | 10000 | 110100 | 11000 | 101001 | 101110 | 111000 |
Color Harmonies of #C3A35D
Complementary color
Monochromatic Colors of #C3A35D
Black with #C3A35D
Text Example
Text Example
White with #C3A35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A35D; }
p { color: rgb(195,163,93); }
H1.HeaderClassName
{
color: #C3A35D;
}
.AnyTagClassName
{
color: #C3A35D;
}
</style>
background-color css
<style>
a { background-color: #C3A35D; }
a { background-color: rgb(195,163,93); }
div.DivClassName
{
background-color: #C3A35D;
}
.BgClassName
{
background-color: #C3A35D;
}
</style>
border-color css
<style>
span { border-color: #C3A35D; }
span { border-color: rgb(195,163,93); }
td.TdClassName
{
border-color: #C3A35D;
}
.TagClassName
{
border-color: #C3A35D;
}
</style>