Shades of Laser #C5A655
Tints of Laser #C5A655
RGB
CMYK
RGB Variations
Color information
#C5A655 (or 0xC5A655) is known color: Laser. HEX triplet: C5, A6 and 55. RGB value is (197,166,85). Sum of RGB (Red+Green+Blue) = 197+166+85=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 85 (33.59% from 255 or 18.97% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A655 is #3A59AA. Grayscale: #A6A6A6. Windows color (decimal): -3824043 or 5613253. OLE color: 5613253.
HSL color Cylindrical-coordinate representation of color #C5A655: hue angle of 43.39º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5A655 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 166 | 85 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.23 |
| HSL | 43.39º | 0.49% | 0.55% | - |
| HSV(B) | 43.39º | 0.57% | 0.77% | - |
| XYZ | 38.3 | 39.8 | 14.26 | - |
| YUV | 166.04 | 82.27 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 166 | 85 | 0 | 0.16 | 0.57 | 0.23 | 43.39 | 0.49 | 0.55 |
| Hex | C5 | A6 | 55 | 0 | 10 | 39 | 17 | 2B | 31 | 37 |
| Octal | 305 | 246 | 125 | 0 | 20 | 71 | 27 | 53 | 61 | 67 |
| Binary | 11000101 | 10100110 | 1010101 | 0 | 10000 | 111001 | 10111 | 101011 | 110001 | 110111 |
Color Harmonies of #C5A655
Complementary color
Monochromatic Colors of #C5A655
Black with #C5A655
Text Example
Text Example
White with #C5A655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A655; }
p { color: rgb(197,166,85); }
H1.HeaderClassName
{
color: #C5A655;
}
.AnyTagClassName
{
color: #C5A655;
}
</style>
background-color css
<style>
a { background-color: #C5A655; }
a { background-color: rgb(197,166,85); }
div.DivClassName
{
background-color: #C5A655;
}
.BgClassName
{
background-color: #C5A655;
}
</style>
border-color css
<style>
span { border-color: #C5A655; }
span { border-color: rgb(197,166,85); }
td.TdClassName
{
border-color: #C5A655;
}
.TagClassName
{
border-color: #C5A655;
}
</style>