Shades of Laser #C3A95D
Tints of Laser #C3A95D
RGB
CMYK
RGB Variations
Color information
#C3A95D (or 0xC3A95D) is known color: Laser. HEX triplet: C3, A9 and 5D. RGB value is (195,169,93). Sum of RGB (Red+Green+Blue) = 195+169+93=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A95D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A95D is #3C56A2. Grayscale: #A8A8A8. Windows color (decimal): -3954339 or 6138307. OLE color: 6138307.
HSL color Cylindrical-coordinate representation of color #C3A95D: hue angle of 44.71º 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 #C3A95D is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 169 | 93 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.24 |
| HSL | 44.71º | 0.46% | 0.56% | - |
| HSV(B) | 44.71º | 0.52% | 0.76% | - |
| XYZ | 38.67 | 40.77 | 16.19 | - |
| YUV | 168.11 | 85.61 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 169 | 93 | 0 | 0.13 | 0.52 | 0.24 | 44.71 | 0.46 | 0.56 |
| Hex | C3 | A9 | 5D | 0 | D | 34 | 18 | 2D | 2E | 38 |
| Octal | 303 | 251 | 135 | 0 | 15 | 64 | 30 | 55 | 56 | 70 |
| Binary | 11000011 | 10101001 | 1011101 | 0 | 1101 | 110100 | 11000 | 101101 | 101110 | 111000 |
Color Harmonies of #C3A95D
Complementary color
Monochromatic Colors of #C3A95D
Black with #C3A95D
Text Example
Text Example
White with #C3A95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A95D; }
p { color: rgb(195,169,93); }
H1.HeaderClassName
{
color: #C3A95D;
}
.AnyTagClassName
{
color: #C3A95D;
}
</style>
background-color css
<style>
a { background-color: #C3A95D; }
a { background-color: rgb(195,169,93); }
div.DivClassName
{
background-color: #C3A95D;
}
.BgClassName
{
background-color: #C3A95D;
}
</style>
border-color css
<style>
span { border-color: #C3A95D; }
span { border-color: rgb(195,169,93); }
td.TdClassName
{
border-color: #C3A95D;
}
.TagClassName
{
border-color: #C3A95D;
}
</style>