Shades of Laser #C1A656
Tints of Laser #C1A656
RGB
CMYK
RGB Variations
Color information
#C1A656 (or 0xC1A656) is known color: Laser. HEX triplet: C1, A6 and 56. RGB value is (193,166,86). Sum of RGB (Red+Green+Blue) = 193+166+86=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 86 (33.98% from 255 or 19.33% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A656 is #3E59A9. Grayscale: #A5A5A5. Windows color (decimal): -4086186 or 5678785. OLE color: 5678785.
HSL color Cylindrical-coordinate representation of color #C1A656: hue angle of 44.86º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C1A656 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 166 | 86 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.24 |
| HSL | 44.86º | 0.46% | 0.55% | - |
| HSV(B) | 44.86º | 0.55% | 0.76% | - |
| XYZ | 37.31 | 39.28 | 14.42 | - |
| YUV | 164.95 | 83.45 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 166 | 86 | 0 | 0.14 | 0.55 | 0.24 | 44.86 | 0.46 | 0.55 |
| Hex | C1 | A6 | 56 | 0 | E | 37 | 18 | 2D | 2E | 37 |
| Octal | 301 | 246 | 126 | 0 | 16 | 67 | 30 | 55 | 56 | 67 |
| Binary | 11000001 | 10100110 | 1010110 | 0 | 1110 | 110111 | 11000 | 101101 | 101110 | 110111 |
Color Harmonies of #C1A656
Complementary color
Monochromatic Colors of #C1A656
Black with #C1A656
Text Example
Text Example
White with #C1A656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A656; }
p { color: rgb(193,166,86); }
H1.HeaderClassName
{
color: #C1A656;
}
.AnyTagClassName
{
color: #C1A656;
}
</style>
background-color css
<style>
a { background-color: #C1A656; }
a { background-color: rgb(193,166,86); }
div.DivClassName
{
background-color: #C1A656;
}
.BgClassName
{
background-color: #C1A656;
}
</style>
border-color css
<style>
span { border-color: #C1A656; }
span { border-color: rgb(193,166,86); }
td.TdClassName
{
border-color: #C1A656;
}
.TagClassName
{
border-color: #C1A656;
}
</style>