Shades of Laser #C2AB57
Tints of Laser #C2AB57
RGB
CMYK
RGB Variations
Color information
#C2AB57 (or 0xC2AB57) is known color: Laser. HEX triplet: C2, AB and 57. RGB value is (194,171,87). Sum of RGB (Red+Green+Blue) = 194+171+87=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 87 (34.38% from 255 or 19.25% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AB57 is #3D54A8. Grayscale: #A8A8A8. Windows color (decimal): -4019369 or 5745602. OLE color: 5745602.
HSL color Cylindrical-coordinate representation of color #C2AB57: hue angle of 47.1º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2AB57 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 87 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.24 |
| HSL | 47.1º | 0.47% | 0.55% | - |
| HSV(B) | 47.1º | 0.55% | 0.76% | - |
| XYZ | 38.53 | 41.28 | 14.95 | - |
| YUV | 168.3 | 82.12 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 87 | 0 | 0.12 | 0.55 | 0.24 | 47.1 | 0.47 | 0.55 |
| Hex | C2 | AB | 57 | 0 | C | 37 | 18 | 2F | 2F | 37 |
| Octal | 302 | 253 | 127 | 0 | 14 | 67 | 30 | 57 | 57 | 67 |
| Binary | 11000010 | 10101011 | 1010111 | 0 | 1100 | 110111 | 11000 | 101111 | 101111 | 110111 |
Color Harmonies of #C2AB57
Complementary color
Monochromatic Colors of #C2AB57
Black with #C2AB57
Text Example
Text Example
White with #C2AB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB57; }
p { color: rgb(194,171,87); }
H1.HeaderClassName
{
color: #C2AB57;
}
.AnyTagClassName
{
color: #C2AB57;
}
</style>
background-color css
<style>
a { background-color: #C2AB57; }
a { background-color: rgb(194,171,87); }
div.DivClassName
{
background-color: #C2AB57;
}
.BgClassName
{
background-color: #C2AB57;
}
</style>
border-color css
<style>
span { border-color: #C2AB57; }
span { border-color: rgb(194,171,87); }
td.TdClassName
{
border-color: #C2AB57;
}
.TagClassName
{
border-color: #C2AB57;
}
</style>