Shades of Laser #C1AA5C
Tints of Laser #C1AA5C
RGB
CMYK
RGB Variations
Color information
#C1AA5C (or 0xC1AA5C) is known color: Laser. HEX triplet: C1, AA and 5C. RGB value is (193,170,92). Sum of RGB (Red+Green+Blue) = 193+170+92=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AA5C is #3E55A3. Grayscale: #A8A8A8. Windows color (decimal): -4085156 or 6073025. OLE color: 6073025.
HSL color Cylindrical-coordinate representation of color #C1AA5C: hue angle of 46.34º 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 #C1AA5C is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 170 | 92 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.24 |
| HSL | 46.34º | 0.45% | 0.56% | - |
| HSV(B) | 46.34º | 0.52% | 0.76% | - |
| XYZ | 38.3 | 40.86 | 15.99 | - |
| YUV | 167.99 | 85.12 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 170 | 92 | 0 | 0.12 | 0.52 | 0.24 | 46.34 | 0.45 | 0.56 |
| Hex | C1 | AA | 5C | 0 | C | 34 | 18 | 2E | 2D | 38 |
| Octal | 301 | 252 | 134 | 0 | 14 | 64 | 30 | 56 | 55 | 70 |
| Binary | 11000001 | 10101010 | 1011100 | 0 | 1100 | 110100 | 11000 | 101110 | 101101 | 111000 |
Color Harmonies of #C1AA5C
Complementary color
Monochromatic Colors of #C1AA5C
Black with #C1AA5C
Text Example
Text Example
White with #C1AA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AA5C; }
p { color: rgb(193,170,92); }
H1.HeaderClassName
{
color: #C1AA5C;
}
.AnyTagClassName
{
color: #C1AA5C;
}
</style>
background-color css
<style>
a { background-color: #C1AA5C; }
a { background-color: rgb(193,170,92); }
div.DivClassName
{
background-color: #C1AA5C;
}
.BgClassName
{
background-color: #C1AA5C;
}
</style>
border-color css
<style>
span { border-color: #C1AA5C; }
span { border-color: rgb(193,170,92); }
td.TdClassName
{
border-color: #C1AA5C;
}
.TagClassName
{
border-color: #C1AA5C;
}
</style>