Shades of Laser #C0A356
Tints of Laser #C0A356
RGB
CMYK
RGB Variations
Color information
#C0A356 (or 0xC0A356) is known color: Laser. HEX triplet: C0, A3 and 56. RGB value is (192,163,86). Sum of RGB (Red+Green+Blue) = 192+163+86=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 86 (33.98% from 255 or 19.50% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A356 is #3F5CA9. Grayscale: #A3A3A3. Windows color (decimal): -4152490 or 5678016. OLE color: 5678016.
HSL color Cylindrical-coordinate representation of color #C0A356: hue angle of 43.58º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0A356 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 163 | 86 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.25 |
| HSL | 43.58º | 0.46% | 0.55% | - |
| HSV(B) | 43.58º | 0.55% | 0.75% | - |
| XYZ | 36.52 | 38.07 | 14.23 | - |
| YUV | 162.89 | 84.61 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 163 | 86 | 0 | 0.15 | 0.55 | 0.25 | 43.58 | 0.46 | 0.55 |
| Hex | C0 | A3 | 56 | 0 | F | 37 | 19 | 2C | 2E | 37 |
| Octal | 300 | 243 | 126 | 0 | 17 | 67 | 31 | 54 | 56 | 67 |
| Binary | 11000000 | 10100011 | 1010110 | 0 | 1111 | 110111 | 11001 | 101100 | 101110 | 110111 |
Color Harmonies of #C0A356
Complementary color
Monochromatic Colors of #C0A356
Black with #C0A356
Text Example
Text Example
White with #C0A356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A356; }
p { color: rgb(192,163,86); }
H1.HeaderClassName
{
color: #C0A356;
}
.AnyTagClassName
{
color: #C0A356;
}
</style>
background-color css
<style>
a { background-color: #C0A356; }
a { background-color: rgb(192,163,86); }
div.DivClassName
{
background-color: #C0A356;
}
.BgClassName
{
background-color: #C0A356;
}
</style>
border-color css
<style>
span { border-color: #C0A356; }
span { border-color: rgb(192,163,86); }
td.TdClassName
{
border-color: #C0A356;
}
.TagClassName
{
border-color: #C0A356;
}
</style>