Shades of Laser #C2A058
Tints of Laser #C2A058
RGB
CMYK
RGB Variations
Color information
#C2A058 (or 0xC2A058) is known color: Laser. HEX triplet: C2, A0 and 58. RGB value is (194,160,88). Sum of RGB (Red+Green+Blue) = 194+160+88=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A058 is #3D5FA7. Grayscale: #A2A2A2. Windows color (decimal): -4022184 or 5808322. OLE color: 5808322.
HSL color Cylindrical-coordinate representation of color #C2A058: hue angle of 40.75º 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 #C2A058 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 88 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.24 |
| HSL | 40.75º | 0.46% | 0.55% | - |
| HSV(B) | 40.75º | 0.55% | 0.76% | - |
| XYZ | 36.58 | 37.32 | 14.51 | - |
| YUV | 161.96 | 86.26 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 88 | 0 | 0.18 | 0.55 | 0.24 | 40.75 | 0.46 | 0.55 |
| Hex | C2 | A0 | 58 | 0 | 12 | 37 | 18 | 29 | 2E | 37 |
| Octal | 302 | 240 | 130 | 0 | 22 | 67 | 30 | 51 | 56 | 67 |
| Binary | 11000010 | 10100000 | 1011000 | 0 | 10010 | 110111 | 11000 | 101001 | 101110 | 110111 |
Color Harmonies of #C2A058
Complementary color
Monochromatic Colors of #C2A058
Black with #C2A058
Text Example
Text Example
White with #C2A058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A058; }
p { color: rgb(194,160,88); }
H1.HeaderClassName
{
color: #C2A058;
}
.AnyTagClassName
{
color: #C2A058;
}
</style>
background-color css
<style>
a { background-color: #C2A058; }
a { background-color: rgb(194,160,88); }
div.DivClassName
{
background-color: #C2A058;
}
.BgClassName
{
background-color: #C2A058;
}
</style>
border-color css
<style>
span { border-color: #C2A058; }
span { border-color: rgb(194,160,88); }
td.TdClassName
{
border-color: #C2A058;
}
.TagClassName
{
border-color: #C2A058;
}
</style>