Shades of Laser #C1A661
Tints of Laser #C1A661
RGB
CMYK
RGB Variations
Color information
#C1A661 (or 0xC1A661) is known color: Laser. HEX triplet: C1, A6 and 61. RGB value is (193,166,97). Sum of RGB (Red+Green+Blue) = 193+166+97=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A661 is #3E599E. Grayscale: #A6A6A6. Windows color (decimal): -4086175 or 6399681. OLE color: 6399681.
HSL color Cylindrical-coordinate representation of color #C1A661: hue angle of 43.12º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C1A661 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 166 | 97 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.24 |
| HSL | 43.13º | 0.44% | 0.57% | - |
| HSV(B) | 43.13º | 0.5% | 0.76% | - |
| XYZ | 37.79 | 39.47 | 16.94 | - |
| YUV | 166.21 | 88.95 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 166 | 97 | 0 | 0.14 | 0.50 | 0.24 | 43.13 | 0.44 | 0.57 |
| Hex | C1 | A6 | 61 | 0 | E | 32 | 18 | 2B | 2C | 39 |
| Octal | 301 | 246 | 141 | 0 | 16 | 62 | 30 | 53 | 54 | 71 |
| Binary | 11000001 | 10100110 | 1100001 | 0 | 1110 | 110010 | 11000 | 101011 | 101100 | 111001 |
Color Harmonies of #C1A661
Complementary color
Monochromatic Colors of #C1A661
Black with #C1A661
Text Example
Text Example
White with #C1A661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A661; }
p { color: rgb(193,166,97); }
H1.HeaderClassName
{
color: #C1A661;
}
.AnyTagClassName
{
color: #C1A661;
}
</style>
background-color css
<style>
a { background-color: #C1A661; }
a { background-color: rgb(193,166,97); }
div.DivClassName
{
background-color: #C1A661;
}
.BgClassName
{
background-color: #C1A661;
}
</style>
border-color css
<style>
span { border-color: #C1A661; }
span { border-color: rgb(193,166,97); }
td.TdClassName
{
border-color: #C1A661;
}
.TagClassName
{
border-color: #C1A661;
}
</style>