Shades of Laser #C5A05C
Tints of Laser #C5A05C
RGB
CMYK
RGB Variations
Color information
#C5A05C (or 0xC5A05C) is known color: Laser. HEX triplet: C5, A0 and 5C. RGB value is (197,160,92). Sum of RGB (Red+Green+Blue) = 197+160+92=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A05C is #3A5FA3. Grayscale: #A3A3A3. Windows color (decimal): -3825572 or 6070469. OLE color: 6070469.
HSL color Cylindrical-coordinate representation of color #C5A05C: hue angle of 38.86º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5A05C is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 160 | 92 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.23 |
| HSL | 38.86º | 0.48% | 0.57% | - |
| HSV(B) | 38.86º | 0.53% | 0.77% | - |
| XYZ | 37.53 | 37.78 | 15.44 | - |
| YUV | 163.31 | 87.76 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 92 | 0 | 0.19 | 0.53 | 0.23 | 38.86 | 0.48 | 0.57 |
| Hex | C5 | A0 | 5C | 0 | 13 | 35 | 17 | 27 | 30 | 39 |
| Octal | 305 | 240 | 134 | 0 | 23 | 65 | 27 | 47 | 60 | 71 |
| Binary | 11000101 | 10100000 | 1011100 | 0 | 10011 | 110101 | 10111 | 100111 | 110000 | 111001 |
Color Harmonies of #C5A05C
Complementary color
Monochromatic Colors of #C5A05C
Black with #C5A05C
Text Example
Text Example
White with #C5A05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A05C; }
p { color: rgb(197,160,92); }
H1.HeaderClassName
{
color: #C5A05C;
}
.AnyTagClassName
{
color: #C5A05C;
}
</style>
background-color css
<style>
a { background-color: #C5A05C; }
a { background-color: rgb(197,160,92); }
div.DivClassName
{
background-color: #C5A05C;
}
.BgClassName
{
background-color: #C5A05C;
}
</style>
border-color css
<style>
span { border-color: #C5A05C; }
span { border-color: rgb(197,160,92); }
td.TdClassName
{
border-color: #C5A05C;
}
.TagClassName
{
border-color: #C5A05C;
}
</style>