Shades of Laser #C2A758
Tints of Laser #C2A758
RGB
CMYK
RGB Variations
Color information
#C2A758 (or 0xC2A758) is known color: Laser. HEX triplet: C2, A7 and 58. RGB value is (194,167,88). Sum of RGB (Red+Green+Blue) = 194+167+88=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 88 (34.77% from 255 or 19.60% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A758 is #3D58A7. Grayscale: #A6A6A6. Windows color (decimal): -4020392 or 5810114. OLE color: 5810114.
HSL color Cylindrical-coordinate representation of color #C2A758: hue angle of 44.72º 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 #C2A758 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 167 | 88 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.24 |
| HSL | 44.72º | 0.46% | 0.55% | - |
| HSV(B) | 44.72º | 0.55% | 0.76% | - |
| XYZ | 37.83 | 39.81 | 14.92 | - |
| YUV | 166.07 | 83.95 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 167 | 88 | 0 | 0.14 | 0.55 | 0.24 | 44.72 | 0.46 | 0.55 |
| Hex | C2 | A7 | 58 | 0 | E | 37 | 18 | 2D | 2E | 37 |
| Octal | 302 | 247 | 130 | 0 | 16 | 67 | 30 | 55 | 56 | 67 |
| Binary | 11000010 | 10100111 | 1011000 | 0 | 1110 | 110111 | 11000 | 101101 | 101110 | 110111 |
Color Harmonies of #C2A758
Complementary color
Monochromatic Colors of #C2A758
Black with #C2A758
Text Example
Text Example
White with #C2A758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A758; }
p { color: rgb(194,167,88); }
H1.HeaderClassName
{
color: #C2A758;
}
.AnyTagClassName
{
color: #C2A758;
}
</style>
background-color css
<style>
a { background-color: #C2A758; }
a { background-color: rgb(194,167,88); }
div.DivClassName
{
background-color: #C2A758;
}
.BgClassName
{
background-color: #C2A758;
}
</style>
border-color css
<style>
span { border-color: #C2A758; }
span { border-color: rgb(194,167,88); }
td.TdClassName
{
border-color: #C2A758;
}
.TagClassName
{
border-color: #C2A758;
}
</style>