Shades of Laser #C1AB66
Tints of Laser #C1AB66
RGB
CMYK
RGB Variations
Color information
#C1AB66 (or 0xC1AB66) is known color: Laser. HEX triplet: C1, AB and 66. RGB value is (193,171,102). Sum of RGB (Red+Green+Blue) = 193+171+102=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AB66 is #3E5499. Grayscale: #AAAAAA. Windows color (decimal): -4084890 or 6728641. OLE color: 6728641.
HSL color Cylindrical-coordinate representation of color #C1AB66: hue angle of 45.49º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C1AB66 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 171 | 102 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.24 |
| HSL | 45.49º | 0.42% | 0.58% | - |
| HSV(B) | 45.49º | 0.47% | 0.76% | - |
| XYZ | 38.95 | 41.42 | 18.51 | - |
| YUV | 169.71 | 89.79 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 102 | 0 | 0.11 | 0.47 | 0.24 | 45.49 | 0.42 | 0.58 |
| Hex | C1 | AB | 66 | 0 | B | 2F | 18 | 2D | 2A | 3A |
| Octal | 301 | 253 | 146 | 0 | 13 | 57 | 30 | 55 | 52 | 72 |
| Binary | 11000001 | 10101011 | 1100110 | 0 | 1011 | 101111 | 11000 | 101101 | 101010 | 111010 |
Color Harmonies of #C1AB66
Complementary color
Monochromatic Colors of #C1AB66
Black with #C1AB66
Text Example
Text Example
White with #C1AB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AB66; }
p { color: rgb(193,171,102); }
H1.HeaderClassName
{
color: #C1AB66;
}
.AnyTagClassName
{
color: #C1AB66;
}
</style>
background-color css
<style>
a { background-color: #C1AB66; }
a { background-color: rgb(193,171,102); }
div.DivClassName
{
background-color: #C1AB66;
}
.BgClassName
{
background-color: #C1AB66;
}
</style>
border-color css
<style>
span { border-color: #C1AB66; }
span { border-color: rgb(193,171,102); }
td.TdClassName
{
border-color: #C1AB66;
}
.TagClassName
{
border-color: #C1AB66;
}
</style>