Shades of Laser #C2AB62
Tints of Laser #C2AB62
RGB
CMYK
RGB Variations
Color information
#C2AB62 (or 0xC2AB62) is known color: Laser. HEX triplet: C2, AB and 62. RGB value is (194,171,98). Sum of RGB (Red+Green+Blue) = 194+171+98=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 98 (38.67% from 255 or 21.17% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AB62 is #3D549D. Grayscale: #A9A9A9. Windows color (decimal): -4019358 or 6466498. OLE color: 6466498.
HSL color Cylindrical-coordinate representation of color #C2AB62: hue angle of 45.62º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2AB62 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 98 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.24 |
| HSL | 45.63º | 0.44% | 0.57% | - |
| HSV(B) | 45.63º | 0.49% | 0.76% | - |
| XYZ | 39.02 | 41.48 | 17.5 | - |
| YUV | 169.56 | 87.62 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 98 | 0 | 0.12 | 0.49 | 0.24 | 45.63 | 0.44 | 0.57 |
| Hex | C2 | AB | 62 | 0 | C | 31 | 18 | 2E | 2C | 39 |
| Octal | 302 | 253 | 142 | 0 | 14 | 61 | 30 | 56 | 54 | 71 |
| Binary | 11000010 | 10101011 | 1100010 | 0 | 1100 | 110001 | 11000 | 101110 | 101100 | 111001 |
Color Harmonies of #C2AB62
Complementary color
Monochromatic Colors of #C2AB62
Black with #C2AB62
Text Example
Text Example
White with #C2AB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB62; }
p { color: rgb(194,171,98); }
H1.HeaderClassName
{
color: #C2AB62;
}
.AnyTagClassName
{
color: #C2AB62;
}
</style>
background-color css
<style>
a { background-color: #C2AB62; }
a { background-color: rgb(194,171,98); }
div.DivClassName
{
background-color: #C2AB62;
}
.BgClassName
{
background-color: #C2AB62;
}
</style>
border-color css
<style>
span { border-color: #C2AB62; }
span { border-color: rgb(194,171,98); }
td.TdClassName
{
border-color: #C2AB62;
}
.TagClassName
{
border-color: #C2AB62;
}
</style>