Shades of Laser #C1A163
Tints of Laser #C1A163
RGB
CMYK
RGB Variations
Color information
#C1A163 (or 0xC1A163) is known color: Laser. HEX triplet: C1, A1 and 63. RGB value is (193,161,99). Sum of RGB (Red+Green+Blue) = 193+161+99=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 99 (39.06% from 255 or 21.85% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A163 is #3E5E9C. Grayscale: #A3A3A3. Windows color (decimal): -4087453 or 6529473. OLE color: 6529473.
HSL color Cylindrical-coordinate representation of color #C1A163: hue angle of 39.57º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C1A163 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 161 | 99 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.24 |
| HSL | 39.57º | 0.43% | 0.57% | - |
| HSV(B) | 39.57º | 0.49% | 0.76% | - |
| XYZ | 36.99 | 37.73 | 17.14 | - |
| YUV | 163.5 | 91.6 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 161 | 99 | 0 | 0.17 | 0.49 | 0.24 | 39.57 | 0.43 | 0.57 |
| Hex | C1 | A1 | 63 | 0 | 11 | 31 | 18 | 28 | 2B | 39 |
| Octal | 301 | 241 | 143 | 0 | 21 | 61 | 30 | 50 | 53 | 71 |
| Binary | 11000001 | 10100001 | 1100011 | 0 | 10001 | 110001 | 11000 | 101000 | 101011 | 111001 |
Color Harmonies of #C1A163
Complementary color
Monochromatic Colors of #C1A163
Black with #C1A163
Text Example
Text Example
White with #C1A163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A163; }
p { color: rgb(193,161,99); }
H1.HeaderClassName
{
color: #C1A163;
}
.AnyTagClassName
{
color: #C1A163;
}
</style>
background-color css
<style>
a { background-color: #C1A163; }
a { background-color: rgb(193,161,99); }
div.DivClassName
{
background-color: #C1A163;
}
.BgClassName
{
background-color: #C1A163;
}
</style>
border-color css
<style>
span { border-color: #C1A163; }
span { border-color: rgb(193,161,99); }
td.TdClassName
{
border-color: #C1A163;
}
.TagClassName
{
border-color: #C1A163;
}
</style>