Shades of Laser #C1AA6A
Tints of Laser #C1AA6A
RGB
CMYK
RGB Variations
Color information
#C1AA6A (or 0xC1AA6A) is known color: Laser. HEX triplet: C1, AA and 6A. RGB value is (193,170,106). Sum of RGB (Red+Green+Blue) = 193+170+106=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AA6A is #3E5595. Grayscale: #A9A9A9. Windows color (decimal): -4085142 or 6990529. OLE color: 6990529.
HSL color Cylindrical-coordinate representation of color #C1AA6A: hue angle of 44.14º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C1AA6A is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 170 | 106 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.24 |
| HSL | 44.14º | 0.41% | 0.59% | - |
| HSV(B) | 44.14º | 0.45% | 0.76% | - |
| XYZ | 38.97 | 41.13 | 19.52 | - |
| YUV | 169.58 | 92.12 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 170 | 106 | 0 | 0.12 | 0.45 | 0.24 | 44.14 | 0.41 | 0.59 |
| Hex | C1 | AA | 6A | 0 | C | 2D | 18 | 2C | 29 | 3B |
| Octal | 301 | 252 | 152 | 0 | 14 | 55 | 30 | 54 | 51 | 73 |
| Binary | 11000001 | 10101010 | 1101010 | 0 | 1100 | 101101 | 11000 | 101100 | 101001 | 111011 |
Color Harmonies of #C1AA6A
Complementary color
Monochromatic Colors of #C1AA6A
Black with #C1AA6A
Text Example
Text Example
White with #C1AA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AA6A; }
p { color: rgb(193,170,106); }
H1.HeaderClassName
{
color: #C1AA6A;
}
.AnyTagClassName
{
color: #C1AA6A;
}
</style>
background-color css
<style>
a { background-color: #C1AA6A; }
a { background-color: rgb(193,170,106); }
div.DivClassName
{
background-color: #C1AA6A;
}
.BgClassName
{
background-color: #C1AA6A;
}
</style>
border-color css
<style>
span { border-color: #C1AA6A; }
span { border-color: rgb(193,170,106); }
td.TdClassName
{
border-color: #C1AA6A;
}
.TagClassName
{
border-color: #C1AA6A;
}
</style>