Shades of Laser #C2AB61
Tints of Laser #C2AB61
RGB
CMYK
RGB Variations
Color information
#C2AB61 (or 0xC2AB61) is known color: Laser. HEX triplet: C2, AB and 61. RGB value is (194,171,97). Sum of RGB (Red+Green+Blue) = 194+171+97=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 97 (38.28% from 255 or 21.00% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AB61 is #3D549E. Grayscale: #A9A9A9. Windows color (decimal): -4019359 or 6400962. OLE color: 6400962.
HSL color Cylindrical-coordinate representation of color #C2AB61: hue angle of 45.77º 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 #C2AB61 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 97 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.24 |
| HSL | 45.77º | 0.44% | 0.57% | - |
| HSV(B) | 45.77º | 0.5% | 0.76% | - |
| XYZ | 38.97 | 41.46 | 17.26 | - |
| YUV | 169.44 | 87.12 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 97 | 0 | 0.12 | 0.50 | 0.24 | 45.77 | 0.44 | 0.57 |
| Hex | C2 | AB | 61 | 0 | C | 32 | 18 | 2E | 2C | 39 |
| Octal | 302 | 253 | 141 | 0 | 14 | 62 | 30 | 56 | 54 | 71 |
| Binary | 11000010 | 10101011 | 1100001 | 0 | 1100 | 110010 | 11000 | 101110 | 101100 | 111001 |
Color Harmonies of #C2AB61
Complementary color
Monochromatic Colors of #C2AB61
Black with #C2AB61
Text Example
Text Example
White with #C2AB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB61; }
p { color: rgb(194,171,97); }
H1.HeaderClassName
{
color: #C2AB61;
}
.AnyTagClassName
{
color: #C2AB61;
}
</style>
background-color css
<style>
a { background-color: #C2AB61; }
a { background-color: rgb(194,171,97); }
div.DivClassName
{
background-color: #C2AB61;
}
.BgClassName
{
background-color: #C2AB61;
}
</style>
border-color css
<style>
span { border-color: #C2AB61; }
span { border-color: rgb(194,171,97); }
td.TdClassName
{
border-color: #C2AB61;
}
.TagClassName
{
border-color: #C2AB61;
}
</style>