Shades of Laser #C1AA5E
Tints of Laser #C1AA5E
RGB
CMYK
RGB Variations
Color information
#C1AA5E (or 0xC1AA5E) is known color: Laser. HEX triplet: C1, AA and 5E. RGB value is (193,170,94). Sum of RGB (Red+Green+Blue) = 193+170+94=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AA5E is #3E55A1. Grayscale: #A8A8A8. Windows color (decimal): -4085154 or 6204097. OLE color: 6204097.
HSL color Cylindrical-coordinate representation of color #C1AA5E: hue angle of 46.06º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1AA5E is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 170 | 94 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.24 |
| HSL | 46.06º | 0.44% | 0.56% | - |
| HSV(B) | 46.06º | 0.51% | 0.76% | - |
| XYZ | 38.39 | 40.9 | 16.46 | - |
| YUV | 168.21 | 86.12 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 170 | 94 | 0 | 0.12 | 0.51 | 0.24 | 46.06 | 0.44 | 0.56 |
| Hex | C1 | AA | 5E | 0 | C | 33 | 18 | 2E | 2C | 38 |
| Octal | 301 | 252 | 136 | 0 | 14 | 63 | 30 | 56 | 54 | 70 |
| Binary | 11000001 | 10101010 | 1011110 | 0 | 1100 | 110011 | 11000 | 101110 | 101100 | 111000 |
Color Harmonies of #C1AA5E
Complementary color
Monochromatic Colors of #C1AA5E
Black with #C1AA5E
Text Example
Text Example
White with #C1AA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AA5E; }
p { color: rgb(193,170,94); }
H1.HeaderClassName
{
color: #C1AA5E;
}
.AnyTagClassName
{
color: #C1AA5E;
}
</style>
background-color css
<style>
a { background-color: #C1AA5E; }
a { background-color: rgb(193,170,94); }
div.DivClassName
{
background-color: #C1AA5E;
}
.BgClassName
{
background-color: #C1AA5E;
}
</style>
border-color css
<style>
span { border-color: #C1AA5E; }
span { border-color: rgb(193,170,94); }
td.TdClassName
{
border-color: #C1AA5E;
}
.TagClassName
{
border-color: #C1AA5E;
}
</style>