Shades of Laser #C4AB57
Tints of Laser #C4AB57
RGB
CMYK
RGB Variations
Color information
#C4AB57 (or 0xC4AB57) is known color: Laser. HEX triplet: C4, AB and 57. RGB value is (196,171,87). Sum of RGB (Red+Green+Blue) = 196+171+87=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 87 (34.38% from 255 or 19.16% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AB57 is #3B54A8. Grayscale: #A9A9A9. Windows color (decimal): -3888297 or 5745604. OLE color: 5745604.
HSL color Cylindrical-coordinate representation of color #C4AB57: hue angle of 46.24º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C4AB57 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 87 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.23 |
| HSL | 46.24º | 0.48% | 0.55% | - |
| HSV(B) | 46.24º | 0.56% | 0.77% | - |
| XYZ | 39.05 | 41.55 | 14.98 | - |
| YUV | 168.9 | 81.78 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 87 | 0 | 0.13 | 0.56 | 0.23 | 46.24 | 0.48 | 0.55 |
| Hex | C4 | AB | 57 | 0 | D | 38 | 17 | 2E | 30 | 37 |
| Octal | 304 | 253 | 127 | 0 | 15 | 70 | 27 | 56 | 60 | 67 |
| Binary | 11000100 | 10101011 | 1010111 | 0 | 1101 | 111000 | 10111 | 101110 | 110000 | 110111 |
Color Harmonies of #C4AB57
Complementary color
Monochromatic Colors of #C4AB57
Black with #C4AB57
Text Example
Text Example
White with #C4AB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AB57; }
p { color: rgb(196,171,87); }
H1.HeaderClassName
{
color: #C4AB57;
}
.AnyTagClassName
{
color: #C4AB57;
}
</style>
background-color css
<style>
a { background-color: #C4AB57; }
a { background-color: rgb(196,171,87); }
div.DivClassName
{
background-color: #C4AB57;
}
.BgClassName
{
background-color: #C4AB57;
}
</style>
border-color css
<style>
span { border-color: #C4AB57; }
span { border-color: rgb(196,171,87); }
td.TdClassName
{
border-color: #C4AB57;
}
.TagClassName
{
border-color: #C4AB57;
}
</style>