Shades of Laser #C2AA60
Tints of Laser #C2AA60
RGB
CMYK
RGB Variations
Color information
#C2AA60 (or 0xC2AA60) is known color: Laser. HEX triplet: C2, AA and 60. RGB value is (194,170,96). Sum of RGB (Red+Green+Blue) = 194+170+96=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AA60 is #3D559F. Grayscale: #A9A9A9. Windows color (decimal): -4019616 or 6335170. OLE color: 6335170.
HSL color Cylindrical-coordinate representation of color #C2AA60: hue angle of 45.31º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2AA60 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 96 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.24 |
| HSL | 45.31º | 0.45% | 0.57% | - |
| HSV(B) | 45.31º | 0.51% | 0.76% | - |
| XYZ | 38.73 | 41.06 | 16.95 | - |
| YUV | 168.74 | 86.95 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 96 | 0 | 0.12 | 0.51 | 0.24 | 45.31 | 0.45 | 0.57 |
| Hex | C2 | AA | 60 | 0 | C | 33 | 18 | 2D | 2D | 39 |
| Octal | 302 | 252 | 140 | 0 | 14 | 63 | 30 | 55 | 55 | 71 |
| Binary | 11000010 | 10101010 | 1100000 | 0 | 1100 | 110011 | 11000 | 101101 | 101101 | 111001 |
Color Harmonies of #C2AA60
Complementary color
Monochromatic Colors of #C2AA60
Black with #C2AA60
Text Example
Text Example
White with #C2AA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AA60; }
p { color: rgb(194,170,96); }
H1.HeaderClassName
{
color: #C2AA60;
}
.AnyTagClassName
{
color: #C2AA60;
}
</style>
background-color css
<style>
a { background-color: #C2AA60; }
a { background-color: rgb(194,170,96); }
div.DivClassName
{
background-color: #C2AA60;
}
.BgClassName
{
background-color: #C2AA60;
}
</style>
border-color css
<style>
span { border-color: #C2AA60; }
span { border-color: rgb(194,170,96); }
td.TdClassName
{
border-color: #C2AA60;
}
.TagClassName
{
border-color: #C2AA60;
}
</style>