Shades of Laser #C1AC60
Tints of Laser #C1AC60
RGB
CMYK
RGB Variations
Color information
#C1AC60 (or 0xC1AC60) is known color: Laser. HEX triplet: C1, AC and 60. RGB value is (193,172,96). Sum of RGB (Red+Green+Blue) = 193+172+96=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AC60 is #3E539F. Grayscale: #A9A9A9. Windows color (decimal): -4084640 or 6335681. OLE color: 6335681.
HSL color Cylindrical-coordinate representation of color #C1AC60: hue angle of 47.01º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C1AC60 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 172 | 96 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.24 |
| HSL | 47.01º | 0.44% | 0.57% | - |
| HSV(B) | 47.01º | 0.5% | 0.76% | - |
| XYZ | 38.86 | 41.69 | 17.06 | - |
| YUV | 169.62 | 86.46 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 172 | 96 | 0 | 0.11 | 0.50 | 0.24 | 47.01 | 0.44 | 0.57 |
| Hex | C1 | AC | 60 | 0 | B | 32 | 18 | 2F | 2C | 39 |
| Octal | 301 | 254 | 140 | 0 | 13 | 62 | 30 | 57 | 54 | 71 |
| Binary | 11000001 | 10101100 | 1100000 | 0 | 1011 | 110010 | 11000 | 101111 | 101100 | 111001 |
Color Harmonies of #C1AC60
Complementary color
Monochromatic Colors of #C1AC60
Black with #C1AC60
Text Example
Text Example
White with #C1AC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AC60; }
p { color: rgb(193,172,96); }
H1.HeaderClassName
{
color: #C1AC60;
}
.AnyTagClassName
{
color: #C1AC60;
}
</style>
background-color css
<style>
a { background-color: #C1AC60; }
a { background-color: rgb(193,172,96); }
div.DivClassName
{
background-color: #C1AC60;
}
.BgClassName
{
background-color: #C1AC60;
}
</style>
border-color css
<style>
span { border-color: #C1AC60; }
span { border-color: rgb(193,172,96); }
td.TdClassName
{
border-color: #C1AC60;
}
.TagClassName
{
border-color: #C1AC60;
}
</style>