Shades of Laser #C2A358
Tints of Laser #C2A358
RGB
CMYK
RGB Variations
Color information
#C2A358 (or 0xC2A358) is known color: Laser. HEX triplet: C2, A3 and 58. RGB value is (194,163,88). Sum of RGB (Red+Green+Blue) = 194+163+88=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 88 (34.77% from 255 or 19.78% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A358 is #3D5CA7. Grayscale: #A4A4A4. Windows color (decimal): -4021416 or 5809090. OLE color: 5809090.
HSL color Cylindrical-coordinate representation of color #C2A358: hue angle of 42.45º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2A358 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 163 | 88 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.24 |
| HSL | 42.45º | 0.46% | 0.55% | - |
| HSV(B) | 42.45º | 0.55% | 0.76% | - |
| XYZ | 37.11 | 38.37 | 14.68 | - |
| YUV | 163.72 | 85.27 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 163 | 88 | 0 | 0.16 | 0.55 | 0.24 | 42.45 | 0.46 | 0.55 |
| Hex | C2 | A3 | 58 | 0 | 10 | 37 | 18 | 2A | 2E | 37 |
| Octal | 302 | 243 | 130 | 0 | 20 | 67 | 30 | 52 | 56 | 67 |
| Binary | 11000010 | 10100011 | 1011000 | 0 | 10000 | 110111 | 11000 | 101010 | 101110 | 110111 |
Color Harmonies of #C2A358
Complementary color
Monochromatic Colors of #C2A358
Black with #C2A358
Text Example
Text Example
White with #C2A358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A358; }
p { color: rgb(194,163,88); }
H1.HeaderClassName
{
color: #C2A358;
}
.AnyTagClassName
{
color: #C2A358;
}
</style>
background-color css
<style>
a { background-color: #C2A358; }
a { background-color: rgb(194,163,88); }
div.DivClassName
{
background-color: #C2A358;
}
.BgClassName
{
background-color: #C2A358;
}
</style>
border-color css
<style>
span { border-color: #C2A358; }
span { border-color: rgb(194,163,88); }
td.TdClassName
{
border-color: #C2A358;
}
.TagClassName
{
border-color: #C2A358;
}
</style>