Shades of Laser #C3A05D
Tints of Laser #C3A05D
RGB
CMYK
RGB Variations
Color information
#C3A05D (or 0xC3A05D) is known color: Laser. HEX triplet: C3, A0 and 5D. RGB value is (195,160,93). Sum of RGB (Red+Green+Blue) = 195+160+93=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A05D is #3C5FA2. Grayscale: #A3A3A3. Windows color (decimal): -3956643 or 6136003. OLE color: 6136003.
HSL color Cylindrical-coordinate representation of color #C3A05D: hue angle of 39.41º 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 #C3A05D is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 93 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.24 |
| HSL | 39.41º | 0.46% | 0.56% | - |
| HSV(B) | 39.41º | 0.52% | 0.76% | - |
| XYZ | 37.05 | 37.53 | 15.65 | - |
| YUV | 162.83 | 88.6 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 93 | 0 | 0.18 | 0.52 | 0.24 | 39.41 | 0.46 | 0.56 |
| Hex | C3 | A0 | 5D | 0 | 12 | 34 | 18 | 27 | 2E | 38 |
| Octal | 303 | 240 | 135 | 0 | 22 | 64 | 30 | 47 | 56 | 70 |
| Binary | 11000011 | 10100000 | 1011101 | 0 | 10010 | 110100 | 11000 | 100111 | 101110 | 111000 |
Color Harmonies of #C3A05D
Complementary color
Monochromatic Colors of #C3A05D
Black with #C3A05D
Text Example
Text Example
White with #C3A05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A05D; }
p { color: rgb(195,160,93); }
H1.HeaderClassName
{
color: #C3A05D;
}
.AnyTagClassName
{
color: #C3A05D;
}
</style>
background-color css
<style>
a { background-color: #C3A05D; }
a { background-color: rgb(195,160,93); }
div.DivClassName
{
background-color: #C3A05D;
}
.BgClassName
{
background-color: #C3A05D;
}
</style>
border-color css
<style>
span { border-color: #C3A05D; }
span { border-color: rgb(195,160,93); }
td.TdClassName
{
border-color: #C3A05D;
}
.TagClassName
{
border-color: #C3A05D;
}
</style>