Shades of Laser #C5AB65
Tints of Laser #C5AB65
RGB
CMYK
RGB Variations
Color information
#C5AB65 (or 0xC5AB65) is known color: Laser. HEX triplet: C5, AB and 65. RGB value is (197,171,101). Sum of RGB (Red+Green+Blue) = 197+171+101=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AB65 is #3A549A. Grayscale: #ABABAB. Windows color (decimal): -3822747 or 6663109. OLE color: 6663109.
HSL color Cylindrical-coordinate representation of color #C5AB65: hue angle of 43.75º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C5AB65 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 101 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.23 |
| HSL | 43.75º | 0.45% | 0.58% | - |
| HSV(B) | 43.75º | 0.49% | 0.77% | - |
| XYZ | 39.94 | 41.94 | 18.3 | - |
| YUV | 170.79 | 88.61 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 101 | 0 | 0.13 | 0.49 | 0.23 | 43.75 | 0.45 | 0.58 |
| Hex | C5 | AB | 65 | 0 | D | 31 | 17 | 2C | 2D | 3A |
| Octal | 305 | 253 | 145 | 0 | 15 | 61 | 27 | 54 | 55 | 72 |
| Binary | 11000101 | 10101011 | 1100101 | 0 | 1101 | 110001 | 10111 | 101100 | 101101 | 111010 |
Color Harmonies of #C5AB65
Complementary color
Monochromatic Colors of #C5AB65
Black with #C5AB65
Text Example
Text Example
White with #C5AB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AB65; }
p { color: rgb(197,171,101); }
H1.HeaderClassName
{
color: #C5AB65;
}
.AnyTagClassName
{
color: #C5AB65;
}
</style>
background-color css
<style>
a { background-color: #C5AB65; }
a { background-color: rgb(197,171,101); }
div.DivClassName
{
background-color: #C5AB65;
}
.BgClassName
{
background-color: #C5AB65;
}
</style>
border-color css
<style>
span { border-color: #C5AB65; }
span { border-color: rgb(197,171,101); }
td.TdClassName
{
border-color: #C5AB65;
}
.TagClassName
{
border-color: #C5AB65;
}
</style>