Shades of Laser #C1AB5D
Tints of Laser #C1AB5D
RGB
CMYK
RGB Variations
Color information
#C1AB5D (or 0xC1AB5D) is known color: Laser. HEX triplet: C1, AB and 5D. RGB value is (193,171,93). Sum of RGB (Red+Green+Blue) = 193+171+93=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AB5D is #3E54A2. Grayscale: #A9A9A9. Windows color (decimal): -4084899 or 6138817. OLE color: 6138817.
HSL color Cylindrical-coordinate representation of color #C1AB5D: hue angle of 46.8º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C1AB5D is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 171 | 93 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.24 |
| HSL | 46.8º | 0.45% | 0.56% | - |
| HSV(B) | 46.8º | 0.52% | 0.76% | - |
| XYZ | 38.53 | 41.25 | 16.29 | - |
| YUV | 168.69 | 85.29 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 93 | 0 | 0.11 | 0.52 | 0.24 | 46.8 | 0.45 | 0.56 |
| Hex | C1 | AB | 5D | 0 | B | 34 | 18 | 2F | 2D | 38 |
| Octal | 301 | 253 | 135 | 0 | 13 | 64 | 30 | 57 | 55 | 70 |
| Binary | 11000001 | 10101011 | 1011101 | 0 | 1011 | 110100 | 11000 | 101111 | 101101 | 111000 |
Color Harmonies of #C1AB5D
Complementary color
Monochromatic Colors of #C1AB5D
Black with #C1AB5D
Text Example
Text Example
White with #C1AB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AB5D; }
p { color: rgb(193,171,93); }
H1.HeaderClassName
{
color: #C1AB5D;
}
.AnyTagClassName
{
color: #C1AB5D;
}
</style>
background-color css
<style>
a { background-color: #C1AB5D; }
a { background-color: rgb(193,171,93); }
div.DivClassName
{
background-color: #C1AB5D;
}
.BgClassName
{
background-color: #C1AB5D;
}
</style>
border-color css
<style>
span { border-color: #C1AB5D; }
span { border-color: rgb(193,171,93); }
td.TdClassName
{
border-color: #C1AB5D;
}
.TagClassName
{
border-color: #C1AB5D;
}
</style>