Shades of Laser #C2AA58
Tints of Laser #C2AA58
RGB
CMYK
RGB Variations
Color information
#C2AA58 (or 0xC2AA58) is known color: Laser. HEX triplet: C2, AA and 58. RGB value is (194,170,88). Sum of RGB (Red+Green+Blue) = 194+170+88=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 88 (34.77% from 255 or 19.47% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AA58 is #3D55A7. Grayscale: #A8A8A8. Windows color (decimal): -4019624 or 5810882. OLE color: 5810882.
HSL color Cylindrical-coordinate representation of color #C2AA58: hue angle of 46.42º 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 #C2AA58 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 88 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.24 |
| HSL | 46.42º | 0.46% | 0.55% | - |
| HSV(B) | 46.42º | 0.55% | 0.76% | - |
| XYZ | 38.38 | 40.92 | 15.11 | - |
| YUV | 167.83 | 82.95 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 88 | 0 | 0.12 | 0.55 | 0.24 | 46.42 | 0.46 | 0.55 |
| Hex | C2 | AA | 58 | 0 | C | 37 | 18 | 2E | 2E | 37 |
| Octal | 302 | 252 | 130 | 0 | 14 | 67 | 30 | 56 | 56 | 67 |
| Binary | 11000010 | 10101010 | 1011000 | 0 | 1100 | 110111 | 11000 | 101110 | 101110 | 110111 |
Color Harmonies of #C2AA58
Complementary color
Monochromatic Colors of #C2AA58
Black with #C2AA58
Text Example
Text Example
White with #C2AA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AA58; }
p { color: rgb(194,170,88); }
H1.HeaderClassName
{
color: #C2AA58;
}
.AnyTagClassName
{
color: #C2AA58;
}
</style>
background-color css
<style>
a { background-color: #C2AA58; }
a { background-color: rgb(194,170,88); }
div.DivClassName
{
background-color: #C2AA58;
}
.BgClassName
{
background-color: #C2AA58;
}
</style>
border-color css
<style>
span { border-color: #C2AA58; }
span { border-color: rgb(194,170,88); }
td.TdClassName
{
border-color: #C2AA58;
}
.TagClassName
{
border-color: #C2AA58;
}
</style>