Shades of Laser #C5A763
Tints of Laser #C5A763
RGB
CMYK
RGB Variations
Color information
#C5A763 (or 0xC5A763) is known color: Laser. HEX triplet: C5, A7 and 63. RGB value is (197,167,99). Sum of RGB (Red+Green+Blue) = 197+167+99=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 167 (65.62% from 255 or 36.07% from 463); Blue value is 99 (39.06% from 255 or 21.38% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A763 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A763 is #3A589C. Grayscale: #A8A8A8. Windows color (decimal): -3823773 or 6531013. OLE color: 6531013.
HSL color Cylindrical-coordinate representation of color #C5A763: hue angle of 41.63º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5A763 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 167 | 99 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.23 |
| HSL | 41.63º | 0.46% | 0.58% | - |
| HSV(B) | 41.63º | 0.5% | 0.77% | - |
| XYZ | 39.1 | 40.41 | 17.54 | - |
| YUV | 168.22 | 88.94 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 167 | 99 | 0 | 0.15 | 0.50 | 0.23 | 41.63 | 0.46 | 0.58 |
| Hex | C5 | A7 | 63 | 0 | F | 32 | 17 | 2A | 2E | 3A |
| Octal | 305 | 247 | 143 | 0 | 17 | 62 | 27 | 52 | 56 | 72 |
| Binary | 11000101 | 10100111 | 1100011 | 0 | 1111 | 110010 | 10111 | 101010 | 101110 | 111010 |
Color Harmonies of #C5A763
Complementary color
Monochromatic Colors of #C5A763
Black with #C5A763
Text Example
Text Example
White with #C5A763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A763; }
p { color: rgb(197,167,99); }
H1.HeaderClassName
{
color: #C5A763;
}
.AnyTagClassName
{
color: #C5A763;
}
</style>
background-color css
<style>
a { background-color: #C5A763; }
a { background-color: rgb(197,167,99); }
div.DivClassName
{
background-color: #C5A763;
}
.BgClassName
{
background-color: #C5A763;
}
</style>
border-color css
<style>
span { border-color: #C5A763; }
span { border-color: rgb(197,167,99); }
td.TdClassName
{
border-color: #C5A763;
}
.TagClassName
{
border-color: #C5A763;
}
</style>