Shades of Laser #C1A868
Tints of Laser #C1A868
RGB
CMYK
RGB Variations
Color information
#C1A868 (or 0xC1A868) is known color: Laser. HEX triplet: C1, A8 and 68. RGB value is (193,168,104). Sum of RGB (Red+Green+Blue) = 193+168+104=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A868 is #3E5797. Grayscale: #A8A8A8. Windows color (decimal): -4085656 or 6858945. OLE color: 6858945.
HSL color Cylindrical-coordinate representation of color #C1A868: hue angle of 43.15º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C1A868 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 168 | 104 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.24 |
| HSL | 43.15º | 0.42% | 0.58% | - |
| HSV(B) | 43.15º | 0.46% | 0.76% | - |
| XYZ | 38.49 | 40.34 | 18.85 | - |
| YUV | 168.18 | 91.78 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 168 | 104 | 0 | 0.13 | 0.46 | 0.24 | 43.15 | 0.42 | 0.58 |
| Hex | C1 | A8 | 68 | 0 | D | 2E | 18 | 2B | 2A | 3A |
| Octal | 301 | 250 | 150 | 0 | 15 | 56 | 30 | 53 | 52 | 72 |
| Binary | 11000001 | 10101000 | 1101000 | 0 | 1101 | 101110 | 11000 | 101011 | 101010 | 111010 |
Color Harmonies of #C1A868
Complementary color
Monochromatic Colors of #C1A868
Black with #C1A868
Text Example
Text Example
White with #C1A868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A868; }
p { color: rgb(193,168,104); }
H1.HeaderClassName
{
color: #C1A868;
}
.AnyTagClassName
{
color: #C1A868;
}
</style>
background-color css
<style>
a { background-color: #C1A868; }
a { background-color: rgb(193,168,104); }
div.DivClassName
{
background-color: #C1A868;
}
.BgClassName
{
background-color: #C1A868;
}
</style>
border-color css
<style>
span { border-color: #C1A868; }
span { border-color: rgb(193,168,104); }
td.TdClassName
{
border-color: #C1A868;
}
.TagClassName
{
border-color: #C1A868;
}
</style>