Shades of Laser #C1A356
Tints of Laser #C1A356
RGB
CMYK
RGB Variations
Color information
#C1A356 (or 0xC1A356) is known color: Laser. HEX triplet: C1, A3 and 56. RGB value is (193,163,86). Sum of RGB (Red+Green+Blue) = 193+163+86=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A356 is #3E5CA9. Grayscale: #A3A3A3. Windows color (decimal): -4086954 or 5678017. OLE color: 5678017.
HSL color Cylindrical-coordinate representation of color #C1A356: hue angle of 43.18º 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 #C1A356 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 163 | 86 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.24 |
| HSL | 43.18º | 0.46% | 0.55% | - |
| HSV(B) | 43.18º | 0.55% | 0.76% | - |
| XYZ | 36.77 | 38.2 | 14.24 | - |
| YUV | 163.19 | 84.44 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 163 | 86 | 0 | 0.16 | 0.55 | 0.24 | 43.18 | 0.46 | 0.55 |
| Hex | C1 | A3 | 56 | 0 | 10 | 37 | 18 | 2B | 2E | 37 |
| Octal | 301 | 243 | 126 | 0 | 20 | 67 | 30 | 53 | 56 | 67 |
| Binary | 11000001 | 10100011 | 1010110 | 0 | 10000 | 110111 | 11000 | 101011 | 101110 | 110111 |
Color Harmonies of #C1A356
Complementary color
Monochromatic Colors of #C1A356
Black with #C1A356
Text Example
Text Example
White with #C1A356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A356; }
p { color: rgb(193,163,86); }
H1.HeaderClassName
{
color: #C1A356;
}
.AnyTagClassName
{
color: #C1A356;
}
</style>
background-color css
<style>
a { background-color: #C1A356; }
a { background-color: rgb(193,163,86); }
div.DivClassName
{
background-color: #C1A356;
}
.BgClassName
{
background-color: #C1A356;
}
</style>
border-color css
<style>
span { border-color: #C1A356; }
span { border-color: rgb(193,163,86); }
td.TdClassName
{
border-color: #C1A356;
}
.TagClassName
{
border-color: #C1A356;
}
</style>