Shades of Laser #C1AB60
Tints of Laser #C1AB60
RGB
CMYK
RGB Variations
Color information
#C1AB60 (or 0xC1AB60) is known color: Laser. HEX triplet: C1, AB and 60. RGB value is (193,171,96). Sum of RGB (Red+Green+Blue) = 193+171+96=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AB60 is #3E549F. Grayscale: #A9A9A9. Windows color (decimal): -4084896 or 6335425. OLE color: 6335425.
HSL color Cylindrical-coordinate representation of color #C1AB60: hue angle of 46.39º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C1AB60 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 171 | 96 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.24 |
| HSL | 46.39º | 0.44% | 0.57% | - |
| HSV(B) | 46.39º | 0.5% | 0.76% | - |
| XYZ | 38.67 | 41.31 | 17 | - |
| YUV | 169.03 | 86.79 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 96 | 0 | 0.11 | 0.50 | 0.24 | 46.39 | 0.44 | 0.57 |
| Hex | C1 | AB | 60 | 0 | B | 32 | 18 | 2E | 2C | 39 |
| Octal | 301 | 253 | 140 | 0 | 13 | 62 | 30 | 56 | 54 | 71 |
| Binary | 11000001 | 10101011 | 1100000 | 0 | 1011 | 110010 | 11000 | 101110 | 101100 | 111001 |
Color Harmonies of #C1AB60
Complementary color
Monochromatic Colors of #C1AB60
Black with #C1AB60
Text Example
Text Example
White with #C1AB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AB60; }
p { color: rgb(193,171,96); }
H1.HeaderClassName
{
color: #C1AB60;
}
.AnyTagClassName
{
color: #C1AB60;
}
</style>
background-color css
<style>
a { background-color: #C1AB60; }
a { background-color: rgb(193,171,96); }
div.DivClassName
{
background-color: #C1AB60;
}
.BgClassName
{
background-color: #C1AB60;
}
</style>
border-color css
<style>
span { border-color: #C1AB60; }
span { border-color: rgb(193,171,96); }
td.TdClassName
{
border-color: #C1AB60;
}
.TagClassName
{
border-color: #C1AB60;
}
</style>