Shades of Laser #C1AD5E
Tints of Laser #C1AD5E
RGB
CMYK
RGB Variations
Color information
#C1AD5E (or 0xC1AD5E) is known color: Laser. HEX triplet: C1, AD and 5E. RGB value is (193,173,94). Sum of RGB (Red+Green+Blue) = 193+173+94=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AD5E is #3E52A1. Grayscale: #AAAAAA. Windows color (decimal): -4084386 or 6204865. OLE color: 6204865.
HSL color Cylindrical-coordinate representation of color #C1AD5E: hue angle of 47.88º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1AD5E is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 173 | 94 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.24 |
| HSL | 47.88º | 0.44% | 0.56% | - |
| HSV(B) | 47.88º | 0.51% | 0.76% | - |
| XYZ | 38.96 | 42.03 | 16.65 | - |
| YUV | 169.97 | 85.13 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 94 | 0 | 0.10 | 0.51 | 0.24 | 47.88 | 0.44 | 0.56 |
| Hex | C1 | AD | 5E | 0 | A | 33 | 18 | 30 | 2C | 38 |
| Octal | 301 | 255 | 136 | 0 | 12 | 63 | 30 | 60 | 54 | 70 |
| Binary | 11000001 | 10101101 | 1011110 | 0 | 1010 | 110011 | 11000 | 110000 | 101100 | 111000 |
Color Harmonies of #C1AD5E
Complementary color
Monochromatic Colors of #C1AD5E
Black with #C1AD5E
Text Example
Text Example
White with #C1AD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AD5E; }
p { color: rgb(193,173,94); }
H1.HeaderClassName
{
color: #C1AD5E;
}
.AnyTagClassName
{
color: #C1AD5E;
}
</style>
background-color css
<style>
a { background-color: #C1AD5E; }
a { background-color: rgb(193,173,94); }
div.DivClassName
{
background-color: #C1AD5E;
}
.BgClassName
{
background-color: #C1AD5E;
}
</style>
border-color css
<style>
span { border-color: #C1AD5E; }
span { border-color: rgb(193,173,94); }
td.TdClassName
{
border-color: #C1AD5E;
}
.TagClassName
{
border-color: #C1AD5E;
}
</style>