Shades of Laser #C0A764
Tints of Laser #C0A764
RGB
CMYK
RGB Variations
Color information
#C0A764 (or 0xC0A764) is known color: Laser. HEX triplet: C0, A7 and 64. RGB value is (192,167,100). Sum of RGB (Red+Green+Blue) = 192+167+100=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A764 is #3F589B. Grayscale: #A7A7A7. Windows color (decimal): -4151452 or 6596544. OLE color: 6596544.
HSL color Cylindrical-coordinate representation of color #C0A764: hue angle of 43.7º 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 #C0A764 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 167 | 100 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.25 |
| HSL | 43.7º | 0.42% | 0.57% | - |
| HSV(B) | 43.7º | 0.48% | 0.75% | - |
| XYZ | 37.86 | 39.76 | 17.74 | - |
| YUV | 166.84 | 90.28 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 167 | 100 | 0 | 0.13 | 0.48 | 0.25 | 43.7 | 0.42 | 0.57 |
| Hex | C0 | A7 | 64 | 0 | D | 30 | 19 | 2C | 2A | 39 |
| Octal | 300 | 247 | 144 | 0 | 15 | 60 | 31 | 54 | 52 | 71 |
| Binary | 11000000 | 10100111 | 1100100 | 0 | 1101 | 110000 | 11001 | 101100 | 101010 | 111001 |
Color Harmonies of #C0A764
Complementary color
Monochromatic Colors of #C0A764
Black with #C0A764
Text Example
Text Example
White with #C0A764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A764; }
p { color: rgb(192,167,100); }
H1.HeaderClassName
{
color: #C0A764;
}
.AnyTagClassName
{
color: #C0A764;
}
</style>
background-color css
<style>
a { background-color: #C0A764; }
a { background-color: rgb(192,167,100); }
div.DivClassName
{
background-color: #C0A764;
}
.BgClassName
{
background-color: #C0A764;
}
</style>
border-color css
<style>
span { border-color: #C0A764; }
span { border-color: rgb(192,167,100); }
td.TdClassName
{
border-color: #C0A764;
}
.TagClassName
{
border-color: #C0A764;
}
</style>