Shades of Laser #C2AB59
Tints of Laser #C2AB59
RGB
CMYK
RGB Variations
Color information
#C2AB59 (or 0xC2AB59) is known color: Laser. HEX triplet: C2, AB and 59. RGB value is (194,171,89). Sum of RGB (Red+Green+Blue) = 194+171+89=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 89 (35.16% from 255 or 19.60% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AB59 is #3D54A6. Grayscale: #A8A8A8. Windows color (decimal): -4019367 or 5876674. OLE color: 5876674.
HSL color Cylindrical-coordinate representation of color #C2AB59: hue angle of 46.86º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2AB59 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 89 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.24 |
| HSL | 46.86º | 0.46% | 0.55% | - |
| HSV(B) | 46.86º | 0.54% | 0.76% | - |
| XYZ | 38.61 | 41.32 | 15.39 | - |
| YUV | 168.53 | 83.12 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 89 | 0 | 0.12 | 0.54 | 0.24 | 46.86 | 0.46 | 0.55 |
| Hex | C2 | AB | 59 | 0 | C | 36 | 18 | 2F | 2E | 37 |
| Octal | 302 | 253 | 131 | 0 | 14 | 66 | 30 | 57 | 56 | 67 |
| Binary | 11000010 | 10101011 | 1011001 | 0 | 1100 | 110110 | 11000 | 101111 | 101110 | 110111 |
Color Harmonies of #C2AB59
Complementary color
Monochromatic Colors of #C2AB59
Black with #C2AB59
Text Example
Text Example
White with #C2AB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB59; }
p { color: rgb(194,171,89); }
H1.HeaderClassName
{
color: #C2AB59;
}
.AnyTagClassName
{
color: #C2AB59;
}
</style>
background-color css
<style>
a { background-color: #C2AB59; }
a { background-color: rgb(194,171,89); }
div.DivClassName
{
background-color: #C2AB59;
}
.BgClassName
{
background-color: #C2AB59;
}
</style>
border-color css
<style>
span { border-color: #C2AB59; }
span { border-color: rgb(194,171,89); }
td.TdClassName
{
border-color: #C2AB59;
}
.TagClassName
{
border-color: #C2AB59;
}
</style>