Shades of Laser #C1A266
Tints of Laser #C1A266
RGB
CMYK
RGB Variations
Color information
#C1A266 (or 0xC1A266) is known color: Laser. HEX triplet: C1, A2 and 66. RGB value is (193,162,102). Sum of RGB (Red+Green+Blue) = 193+162+102=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A266 is #3E5D99. Grayscale: #A4A4A4. Windows color (decimal): -4087194 or 6726337. OLE color: 6726337.
HSL color Cylindrical-coordinate representation of color #C1A266: hue angle of 39.56º 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 #C1A266 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 162 | 102 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.24 |
| HSL | 39.56º | 0.42% | 0.58% | - |
| HSV(B) | 39.56º | 0.47% | 0.76% | - |
| XYZ | 37.31 | 38.14 | 17.97 | - |
| YUV | 164.43 | 92.77 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 162 | 102 | 0 | 0.16 | 0.47 | 0.24 | 39.56 | 0.42 | 0.58 |
| Hex | C1 | A2 | 66 | 0 | 10 | 2F | 18 | 28 | 2A | 3A |
| Octal | 301 | 242 | 146 | 0 | 20 | 57 | 30 | 50 | 52 | 72 |
| Binary | 11000001 | 10100010 | 1100110 | 0 | 10000 | 101111 | 11000 | 101000 | 101010 | 111010 |
Color Harmonies of #C1A266
Complementary color
Monochromatic Colors of #C1A266
Black with #C1A266
Text Example
Text Example
White with #C1A266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A266; }
p { color: rgb(193,162,102); }
H1.HeaderClassName
{
color: #C1A266;
}
.AnyTagClassName
{
color: #C1A266;
}
</style>
background-color css
<style>
a { background-color: #C1A266; }
a { background-color: rgb(193,162,102); }
div.DivClassName
{
background-color: #C1A266;
}
.BgClassName
{
background-color: #C1A266;
}
</style>
border-color css
<style>
span { border-color: #C1A266; }
span { border-color: rgb(193,162,102); }
td.TdClassName
{
border-color: #C1A266;
}
.TagClassName
{
border-color: #C1A266;
}
</style>