Shades of Laser #C2AA64
Tints of Laser #C2AA64
RGB
CMYK
RGB Variations
Color information
#C2AA64 (or 0xC2AA64) is known color: Laser. HEX triplet: C2, AA and 64. RGB value is (194,170,100). Sum of RGB (Red+Green+Blue) = 194+170+100=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 100 (39.45% from 255 or 21.55% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AA64 is #3D559B. Grayscale: #A9A9A9. Windows color (decimal): -4019612 or 6597314. OLE color: 6597314.
HSL color Cylindrical-coordinate representation of color #C2AA64: hue angle of 44.68º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2AA64 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 100 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.24 |
| HSL | 44.68º | 0.44% | 0.58% | - |
| HSV(B) | 44.68º | 0.48% | 0.76% | - |
| XYZ | 38.92 | 41.14 | 17.95 | - |
| YUV | 169.2 | 88.95 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 100 | 0 | 0.12 | 0.48 | 0.24 | 44.68 | 0.44 | 0.58 |
| Hex | C2 | AA | 64 | 0 | C | 30 | 18 | 2D | 2C | 3A |
| Octal | 302 | 252 | 144 | 0 | 14 | 60 | 30 | 55 | 54 | 72 |
| Binary | 11000010 | 10101010 | 1100100 | 0 | 1100 | 110000 | 11000 | 101101 | 101100 | 111010 |
Color Harmonies of #C2AA64
Complementary color
Monochromatic Colors of #C2AA64
Black with #C2AA64
Text Example
Text Example
White with #C2AA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AA64; }
p { color: rgb(194,170,100); }
H1.HeaderClassName
{
color: #C2AA64;
}
.AnyTagClassName
{
color: #C2AA64;
}
</style>
background-color css
<style>
a { background-color: #C2AA64; }
a { background-color: rgb(194,170,100); }
div.DivClassName
{
background-color: #C2AA64;
}
.BgClassName
{
background-color: #C2AA64;
}
</style>
border-color css
<style>
span { border-color: #C2AA64; }
span { border-color: rgb(194,170,100); }
td.TdClassName
{
border-color: #C2AA64;
}
.TagClassName
{
border-color: #C2AA64;
}
</style>