Shades of Laser #C1A866
Tints of Laser #C1A866
RGB
CMYK
RGB Variations
Color information
#C1A866 (or 0xC1A866) is known color: Laser. HEX triplet: C1, A8 and 66. RGB value is (193,168,102). Sum of RGB (Red+Green+Blue) = 193+168+102=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A866 is #3E5799. Grayscale: #A8A8A8. Windows color (decimal): -4085658 or 6727873. OLE color: 6727873.
HSL color Cylindrical-coordinate representation of color #C1A866: hue angle of 43.52º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C1A866 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 168 | 102 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.24 |
| HSL | 43.52º | 0.42% | 0.58% | - |
| HSV(B) | 43.52º | 0.47% | 0.76% | - |
| XYZ | 38.39 | 40.3 | 18.33 | - |
| YUV | 167.95 | 90.78 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 168 | 102 | 0 | 0.13 | 0.47 | 0.24 | 43.52 | 0.42 | 0.58 |
| Hex | C1 | A8 | 66 | 0 | D | 2F | 18 | 2C | 2A | 3A |
| Octal | 301 | 250 | 146 | 0 | 15 | 57 | 30 | 54 | 52 | 72 |
| Binary | 11000001 | 10101000 | 1100110 | 0 | 1101 | 101111 | 11000 | 101100 | 101010 | 111010 |
Color Harmonies of #C1A866
Complementary color
Monochromatic Colors of #C1A866
Black with #C1A866
Text Example
Text Example
White with #C1A866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A866; }
p { color: rgb(193,168,102); }
H1.HeaderClassName
{
color: #C1A866;
}
.AnyTagClassName
{
color: #C1A866;
}
</style>
background-color css
<style>
a { background-color: #C1A866; }
a { background-color: rgb(193,168,102); }
div.DivClassName
{
background-color: #C1A866;
}
.BgClassName
{
background-color: #C1A866;
}
</style>
border-color css
<style>
span { border-color: #C1A866; }
span { border-color: rgb(193,168,102); }
td.TdClassName
{
border-color: #C1A866;
}
.TagClassName
{
border-color: #C1A866;
}
</style>