Shades of Laser #C5AB63
Tints of Laser #C5AB63
RGB
CMYK
RGB Variations
Color information
#C5AB63 (or 0xC5AB63) is known color: Laser. HEX triplet: C5, AB and 63. RGB value is (197,171,99). Sum of RGB (Red+Green+Blue) = 197+171+99=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AB63 is #3A549C. Grayscale: #AAAAAA. Windows color (decimal): -3822749 or 6532037. OLE color: 6532037.
HSL color Cylindrical-coordinate representation of color #C5AB63: hue angle of 44.08º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5AB63 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 99 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.23 |
| HSL | 44.08º | 0.46% | 0.58% | - |
| HSV(B) | 44.08º | 0.5% | 0.77% | - |
| XYZ | 39.84 | 41.9 | 17.79 | - |
| YUV | 170.57 | 87.61 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 99 | 0 | 0.13 | 0.50 | 0.23 | 44.08 | 0.46 | 0.58 |
| Hex | C5 | AB | 63 | 0 | D | 32 | 17 | 2C | 2E | 3A |
| Octal | 305 | 253 | 143 | 0 | 15 | 62 | 27 | 54 | 56 | 72 |
| Binary | 11000101 | 10101011 | 1100011 | 0 | 1101 | 110010 | 10111 | 101100 | 101110 | 111010 |
Color Harmonies of #C5AB63
Complementary color
Monochromatic Colors of #C5AB63
Black with #C5AB63
Text Example
Text Example
White with #C5AB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AB63; }
p { color: rgb(197,171,99); }
H1.HeaderClassName
{
color: #C5AB63;
}
.AnyTagClassName
{
color: #C5AB63;
}
</style>
background-color css
<style>
a { background-color: #C5AB63; }
a { background-color: rgb(197,171,99); }
div.DivClassName
{
background-color: #C5AB63;
}
.BgClassName
{
background-color: #C5AB63;
}
</style>
border-color css
<style>
span { border-color: #C5AB63; }
span { border-color: rgb(197,171,99); }
td.TdClassName
{
border-color: #C5AB63;
}
.TagClassName
{
border-color: #C5AB63;
}
</style>