Shades of Laser #C3A15D
Tints of Laser #C3A15D
RGB
CMYK
RGB Variations
Color information
#C3A15D (or 0xC3A15D) is known color: Laser. HEX triplet: C3, A1 and 5D. RGB value is (195,161,93). Sum of RGB (Red+Green+Blue) = 195+161+93=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A15D is #3C5EA2. Grayscale: #A3A3A3. Windows color (decimal): -3956387 or 6136259. OLE color: 6136259.
HSL color Cylindrical-coordinate representation of color #C3A15D: hue angle of 40º 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 #C3A15D is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 161 | 93 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.24 |
| HSL | 40º | 0.46% | 0.56% | - |
| HSV(B) | 40º | 0.52% | 0.76% | - |
| XYZ | 37.23 | 37.88 | 15.71 | - |
| YUV | 163.41 | 88.26 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 161 | 93 | 0 | 0.17 | 0.52 | 0.24 | 40 | 0.46 | 0.56 |
| Hex | C3 | A1 | 5D | 0 | 11 | 34 | 18 | 28 | 2E | 38 |
| Octal | 303 | 241 | 135 | 0 | 21 | 64 | 30 | 50 | 56 | 70 |
| Binary | 11000011 | 10100001 | 1011101 | 0 | 10001 | 110100 | 11000 | 101000 | 101110 | 111000 |
Color Harmonies of #C3A15D
Complementary color
Monochromatic Colors of #C3A15D
Black with #C3A15D
Text Example
Text Example
White with #C3A15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A15D; }
p { color: rgb(195,161,93); }
H1.HeaderClassName
{
color: #C3A15D;
}
.AnyTagClassName
{
color: #C3A15D;
}
</style>
background-color css
<style>
a { background-color: #C3A15D; }
a { background-color: rgb(195,161,93); }
div.DivClassName
{
background-color: #C3A15D;
}
.BgClassName
{
background-color: #C3A15D;
}
</style>
border-color css
<style>
span { border-color: #C3A15D; }
span { border-color: rgb(195,161,93); }
td.TdClassName
{
border-color: #C3A15D;
}
.TagClassName
{
border-color: #C3A15D;
}
</style>