Shades of Laser #C2AC61
Tints of Laser #C2AC61
RGB
CMYK
RGB Variations
Color information
#C2AC61 (or 0xC2AC61) is known color: Laser. HEX triplet: C2, AC and 61. RGB value is (194,172,97). Sum of RGB (Red+Green+Blue) = 194+172+97=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 97 (38.28% from 255 or 20.95% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AC61 is #3D539E. Grayscale: #AAAAAA. Windows color (decimal): -4019103 or 6401218. OLE color: 6401218.
HSL color Cylindrical-coordinate representation of color #C2AC61: hue angle of 46.39º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2AC61 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 172 | 97 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.24 |
| HSL | 46.39º | 0.44% | 0.57% | - |
| HSV(B) | 46.39º | 0.5% | 0.76% | - |
| XYZ | 39.16 | 41.84 | 17.32 | - |
| YUV | 170.03 | 86.79 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 97 | 0 | 0.11 | 0.50 | 0.24 | 46.39 | 0.44 | 0.57 |
| Hex | C2 | AC | 61 | 0 | B | 32 | 18 | 2E | 2C | 39 |
| Octal | 302 | 254 | 141 | 0 | 13 | 62 | 30 | 56 | 54 | 71 |
| Binary | 11000010 | 10101100 | 1100001 | 0 | 1011 | 110010 | 11000 | 101110 | 101100 | 111001 |
Color Harmonies of #C2AC61
Complementary color
Monochromatic Colors of #C2AC61
Black with #C2AC61
Text Example
Text Example
White with #C2AC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AC61; }
p { color: rgb(194,172,97); }
H1.HeaderClassName
{
color: #C2AC61;
}
.AnyTagClassName
{
color: #C2AC61;
}
</style>
background-color css
<style>
a { background-color: #C2AC61; }
a { background-color: rgb(194,172,97); }
div.DivClassName
{
background-color: #C2AC61;
}
.BgClassName
{
background-color: #C2AC61;
}
</style>
border-color css
<style>
span { border-color: #C2AC61; }
span { border-color: rgb(194,172,97); }
td.TdClassName
{
border-color: #C2AC61;
}
.TagClassName
{
border-color: #C2AC61;
}
</style>