Shades of Laser #C2A664
Tints of Laser #C2A664
RGB
CMYK
RGB Variations
Color information
#C2A664 (or 0xC2A664) is known color: Laser. HEX triplet: C2, A6 and 64. RGB value is (194,166,100). Sum of RGB (Red+Green+Blue) = 194+166+100=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A664 is #3D599B. Grayscale: #A7A7A7. Windows color (decimal): -4020636 or 6596290. OLE color: 6596290.
HSL color Cylindrical-coordinate representation of color #C2A664: hue angle of 42.13º 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 #C2A664 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 166 | 100 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.24 |
| HSL | 42.13º | 0.44% | 0.58% | - |
| HSV(B) | 42.13º | 0.48% | 0.76% | - |
| XYZ | 38.18 | 39.66 | 17.7 | - |
| YUV | 166.85 | 90.28 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 166 | 100 | 0 | 0.14 | 0.48 | 0.24 | 42.13 | 0.44 | 0.58 |
| Hex | C2 | A6 | 64 | 0 | E | 30 | 18 | 2A | 2C | 3A |
| Octal | 302 | 246 | 144 | 0 | 16 | 60 | 30 | 52 | 54 | 72 |
| Binary | 11000010 | 10100110 | 1100100 | 0 | 1110 | 110000 | 11000 | 101010 | 101100 | 111010 |
Color Harmonies of #C2A664
Complementary color
Monochromatic Colors of #C2A664
Black with #C2A664
Text Example
Text Example
White with #C2A664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A664; }
p { color: rgb(194,166,100); }
H1.HeaderClassName
{
color: #C2A664;
}
.AnyTagClassName
{
color: #C2A664;
}
</style>
background-color css
<style>
a { background-color: #C2A664; }
a { background-color: rgb(194,166,100); }
div.DivClassName
{
background-color: #C2A664;
}
.BgClassName
{
background-color: #C2A664;
}
</style>
border-color css
<style>
span { border-color: #C2A664; }
span { border-color: rgb(194,166,100); }
td.TdClassName
{
border-color: #C2A664;
}
.TagClassName
{
border-color: #C2A664;
}
</style>