Shades of Laser #C1AA6B
Tints of Laser #C1AA6B
RGB
CMYK
RGB Variations
Color information
#C1AA6B (or 0xC1AA6B) is known color: Laser. HEX triplet: C1, AA and 6B. RGB value is (193,170,107). Sum of RGB (Red+Green+Blue) = 193+170+107=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AA6B is #3E5594. Grayscale: #A9A9A9. Windows color (decimal): -4085141 or 7056065. OLE color: 7056065.
HSL color Cylindrical-coordinate representation of color #C1AA6B: hue angle of 43.95º 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 #C1AA6B is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 170 | 107 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.24 |
| HSL | 43.95º | 0.41% | 0.59% | - |
| HSV(B) | 43.95º | 0.45% | 0.76% | - |
| XYZ | 39.02 | 41.15 | 19.8 | - |
| YUV | 169.7 | 92.62 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 170 | 107 | 0 | 0.12 | 0.45 | 0.24 | 43.95 | 0.41 | 0.59 |
| Hex | C1 | AA | 6B | 0 | C | 2D | 18 | 2C | 29 | 3B |
| Octal | 301 | 252 | 153 | 0 | 14 | 55 | 30 | 54 | 51 | 73 |
| Binary | 11000001 | 10101010 | 1101011 | 0 | 1100 | 101101 | 11000 | 101100 | 101001 | 111011 |
Color Harmonies of #C1AA6B
Complementary color
Monochromatic Colors of #C1AA6B
Black with #C1AA6B
Text Example
Text Example
White with #C1AA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AA6B; }
p { color: rgb(193,170,107); }
H1.HeaderClassName
{
color: #C1AA6B;
}
.AnyTagClassName
{
color: #C1AA6B;
}
</style>
background-color css
<style>
a { background-color: #C1AA6B; }
a { background-color: rgb(193,170,107); }
div.DivClassName
{
background-color: #C1AA6B;
}
.BgClassName
{
background-color: #C1AA6B;
}
</style>
border-color css
<style>
span { border-color: #C1AA6B; }
span { border-color: rgb(193,170,107); }
td.TdClassName
{
border-color: #C1AA6B;
}
.TagClassName
{
border-color: #C1AA6B;
}
</style>