Shades of Laser #C5AB67
Tints of Laser #C5AB67
RGB
CMYK
RGB Variations
Color information
#C5AB67 (or 0xC5AB67) is known color: Laser. HEX triplet: C5, AB and 67. RGB value is (197,171,103). Sum of RGB (Red+Green+Blue) = 197+171+103=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AB67 is #3A5498. Grayscale: #ABABAB. Windows color (decimal): -3822745 or 6794181. OLE color: 6794181.
HSL color Cylindrical-coordinate representation of color #C5AB67: hue angle of 43.4º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C5AB67 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 103 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.23 |
| HSL | 43.4º | 0.45% | 0.59% | - |
| HSV(B) | 43.4º | 0.48% | 0.77% | - |
| XYZ | 40.04 | 41.98 | 18.82 | - |
| YUV | 171.02 | 89.61 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 103 | 0 | 0.13 | 0.48 | 0.23 | 43.4 | 0.45 | 0.59 |
| Hex | C5 | AB | 67 | 0 | D | 30 | 17 | 2B | 2D | 3B |
| Octal | 305 | 253 | 147 | 0 | 15 | 60 | 27 | 53 | 55 | 73 |
| Binary | 11000101 | 10101011 | 1100111 | 0 | 1101 | 110000 | 10111 | 101011 | 101101 | 111011 |
Color Harmonies of #C5AB67
Complementary color
Monochromatic Colors of #C5AB67
Black with #C5AB67
Text Example
Text Example
White with #C5AB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AB67; }
p { color: rgb(197,171,103); }
H1.HeaderClassName
{
color: #C5AB67;
}
.AnyTagClassName
{
color: #C5AB67;
}
</style>
background-color css
<style>
a { background-color: #C5AB67; }
a { background-color: rgb(197,171,103); }
div.DivClassName
{
background-color: #C5AB67;
}
.BgClassName
{
background-color: #C5AB67;
}
</style>
border-color css
<style>
span { border-color: #C5AB67; }
span { border-color: rgb(197,171,103); }
td.TdClassName
{
border-color: #C5AB67;
}
.TagClassName
{
border-color: #C5AB67;
}
</style>