Shades of Laser #C0A964
Tints of Laser #C0A964
RGB
CMYK
RGB Variations
Color information
#C0A964 (or 0xC0A964) is known color: Laser. HEX triplet: C0, A9 and 64. RGB value is (192,169,100). Sum of RGB (Red+Green+Blue) = 192+169+100=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A964 is #3F569B. Grayscale: #A8A8A8. Windows color (decimal): -4150940 or 6597056. OLE color: 6597056.
HSL color Cylindrical-coordinate representation of color #C0A964: hue angle of 45º 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 #C0A964 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 169 | 100 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.25 |
| HSL | 45º | 0.42% | 0.57% | - |
| HSV(B) | 45º | 0.48% | 0.75% | - |
| XYZ | 38.23 | 40.5 | 17.86 | - |
| YUV | 168.01 | 89.62 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 169 | 100 | 0 | 0.12 | 0.48 | 0.25 | 45 | 0.42 | 0.57 |
| Hex | C0 | A9 | 64 | 0 | C | 30 | 19 | 2D | 2A | 39 |
| Octal | 300 | 251 | 144 | 0 | 14 | 60 | 31 | 55 | 52 | 71 |
| Binary | 11000000 | 10101001 | 1100100 | 0 | 1100 | 110000 | 11001 | 101101 | 101010 | 111001 |
Color Harmonies of #C0A964
Complementary color
Monochromatic Colors of #C0A964
Black with #C0A964
Text Example
Text Example
White with #C0A964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A964; }
p { color: rgb(192,169,100); }
H1.HeaderClassName
{
color: #C0A964;
}
.AnyTagClassName
{
color: #C0A964;
}
</style>
background-color css
<style>
a { background-color: #C0A964; }
a { background-color: rgb(192,169,100); }
div.DivClassName
{
background-color: #C0A964;
}
.BgClassName
{
background-color: #C0A964;
}
</style>
border-color css
<style>
span { border-color: #C0A964; }
span { border-color: rgb(192,169,100); }
td.TdClassName
{
border-color: #C0A964;
}
.TagClassName
{
border-color: #C0A964;
}
</style>