Shades of Laser #C2A858
Tints of Laser #C2A858
RGB
CMYK
RGB Variations
Color information
#C2A858 (or 0xC2A858) is known color: Laser. HEX triplet: C2, A8 and 58. RGB value is (194,168,88). Sum of RGB (Red+Green+Blue) = 194+168+88=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 88 (34.77% from 255 or 19.56% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A858 is #3D57A7. Grayscale: #A7A7A7. Windows color (decimal): -4020136 or 5810370. OLE color: 5810370.
HSL color Cylindrical-coordinate representation of color #C2A858: hue angle of 45.28º 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 #C2A858 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 88 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.24 |
| HSL | 45.28º | 0.46% | 0.55% | - |
| HSV(B) | 45.28º | 0.55% | 0.76% | - |
| XYZ | 38.01 | 40.18 | 14.98 | - |
| YUV | 166.65 | 83.61 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 88 | 0 | 0.13 | 0.55 | 0.24 | 45.28 | 0.46 | 0.55 |
| Hex | C2 | A8 | 58 | 0 | D | 37 | 18 | 2D | 2E | 37 |
| Octal | 302 | 250 | 130 | 0 | 15 | 67 | 30 | 55 | 56 | 67 |
| Binary | 11000010 | 10101000 | 1011000 | 0 | 1101 | 110111 | 11000 | 101101 | 101110 | 110111 |
Color Harmonies of #C2A858
Complementary color
Monochromatic Colors of #C2A858
Black with #C2A858
Text Example
Text Example
White with #C2A858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A858; }
p { color: rgb(194,168,88); }
H1.HeaderClassName
{
color: #C2A858;
}
.AnyTagClassName
{
color: #C2A858;
}
</style>
background-color css
<style>
a { background-color: #C2A858; }
a { background-color: rgb(194,168,88); }
div.DivClassName
{
background-color: #C2A858;
}
.BgClassName
{
background-color: #C2A858;
}
</style>
border-color css
<style>
span { border-color: #C2A858; }
span { border-color: rgb(194,168,88); }
td.TdClassName
{
border-color: #C2A858;
}
.TagClassName
{
border-color: #C2A858;
}
</style>