Shades of Laser #C0A563
Tints of Laser #C0A563
RGB
CMYK
RGB Variations
Color information
#C0A563 (or 0xC0A563) is known color: Laser. HEX triplet: C0, A5 and 63. RGB value is (192,165,99). Sum of RGB (Red+Green+Blue) = 192+165+99=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A563 is #3F5A9C. Grayscale: #A5A5A5. Windows color (decimal): -4151965 or 6530496. OLE color: 6530496.
HSL color Cylindrical-coordinate representation of color #C0A563: hue angle of 42.58º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0A563 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 165 | 99 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.25 |
| HSL | 42.58º | 0.42% | 0.57% | - |
| HSV(B) | 42.58º | 0.48% | 0.75% | - |
| XYZ | 37.45 | 39.02 | 17.36 | - |
| YUV | 165.55 | 90.45 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 99 | 0 | 0.14 | 0.48 | 0.25 | 42.58 | 0.42 | 0.57 |
| Hex | C0 | A5 | 63 | 0 | E | 30 | 19 | 2B | 2A | 39 |
| Octal | 300 | 245 | 143 | 0 | 16 | 60 | 31 | 53 | 52 | 71 |
| Binary | 11000000 | 10100101 | 1100011 | 0 | 1110 | 110000 | 11001 | 101011 | 101010 | 111001 |
Color Harmonies of #C0A563
Complementary color
Monochromatic Colors of #C0A563
Black with #C0A563
Text Example
Text Example
White with #C0A563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A563; }
p { color: rgb(192,165,99); }
H1.HeaderClassName
{
color: #C0A563;
}
.AnyTagClassName
{
color: #C0A563;
}
</style>
background-color css
<style>
a { background-color: #C0A563; }
a { background-color: rgb(192,165,99); }
div.DivClassName
{
background-color: #C0A563;
}
.BgClassName
{
background-color: #C0A563;
}
</style>
border-color css
<style>
span { border-color: #C0A563; }
span { border-color: rgb(192,165,99); }
td.TdClassName
{
border-color: #C0A563;
}
.TagClassName
{
border-color: #C0A563;
}
</style>