Shades of Laser #C2A15D
Tints of Laser #C2A15D
RGB
CMYK
RGB Variations
Color information
#C2A15D (or 0xC2A15D) is known color: Laser. HEX triplet: C2, A1 and 5D. RGB value is (194,161,93). Sum of RGB (Red+Green+Blue) = 194+161+93=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A15D is #3D5EA2. Grayscale: #A3A3A3. Windows color (decimal): -4021923 or 6136258. OLE color: 6136258.
HSL color Cylindrical-coordinate representation of color #C2A15D: hue angle of 40.4º degrees, saturation: 0.45, 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 #C2A15D is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 161 | 93 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.24 |
| HSL | 40.4º | 0.45% | 0.56% | - |
| HSV(B) | 40.4º | 0.52% | 0.76% | - |
| XYZ | 36.97 | 37.75 | 15.69 | - |
| YUV | 163.12 | 88.43 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 93 | 0 | 0.17 | 0.52 | 0.24 | 40.4 | 0.45 | 0.56 |
| Hex | C2 | A1 | 5D | 0 | 11 | 34 | 18 | 28 | 2D | 38 |
| Octal | 302 | 241 | 135 | 0 | 21 | 64 | 30 | 50 | 55 | 70 |
| Binary | 11000010 | 10100001 | 1011101 | 0 | 10001 | 110100 | 11000 | 101000 | 101101 | 111000 |
Color Harmonies of #C2A15D
Complementary color
Monochromatic Colors of #C2A15D
Black with #C2A15D
Text Example
Text Example
White with #C2A15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A15D; }
p { color: rgb(194,161,93); }
H1.HeaderClassName
{
color: #C2A15D;
}
.AnyTagClassName
{
color: #C2A15D;
}
</style>
background-color css
<style>
a { background-color: #C2A15D; }
a { background-color: rgb(194,161,93); }
div.DivClassName
{
background-color: #C2A15D;
}
.BgClassName
{
background-color: #C2A15D;
}
</style>
border-color css
<style>
span { border-color: #C2A15D; }
span { border-color: rgb(194,161,93); }
td.TdClassName
{
border-color: #C2A15D;
}
.TagClassName
{
border-color: #C2A15D;
}
</style>