Shades of Laser #C0A760
Tints of Laser #C0A760
RGB
CMYK
RGB Variations
Color information
#C0A760 (or 0xC0A760) is known color: Laser. HEX triplet: C0, A7 and 60. RGB value is (192,167,96). Sum of RGB (Red+Green+Blue) = 192+167+96=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A760 is #3F589F. Grayscale: #A6A6A6. Windows color (decimal): -4151456 or 6334400. OLE color: 6334400.
HSL color Cylindrical-coordinate representation of color #C0A760: hue angle of 44.38º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0A760 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 167 | 96 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.25 |
| HSL | 44.38º | 0.43% | 0.56% | - |
| HSV(B) | 44.38º | 0.5% | 0.75% | - |
| XYZ | 37.67 | 39.69 | 16.74 | - |
| YUV | 166.38 | 88.28 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 167 | 96 | 0 | 0.13 | 0.50 | 0.25 | 44.38 | 0.43 | 0.56 |
| Hex | C0 | A7 | 60 | 0 | D | 32 | 19 | 2C | 2B | 38 |
| Octal | 300 | 247 | 140 | 0 | 15 | 62 | 31 | 54 | 53 | 70 |
| Binary | 11000000 | 10100111 | 1100000 | 0 | 1101 | 110010 | 11001 | 101100 | 101011 | 111000 |
Color Harmonies of #C0A760
Complementary color
Monochromatic Colors of #C0A760
Black with #C0A760
Text Example
Text Example
White with #C0A760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A760; }
p { color: rgb(192,167,96); }
H1.HeaderClassName
{
color: #C0A760;
}
.AnyTagClassName
{
color: #C0A760;
}
</style>
background-color css
<style>
a { background-color: #C0A760; }
a { background-color: rgb(192,167,96); }
div.DivClassName
{
background-color: #C0A760;
}
.BgClassName
{
background-color: #C0A760;
}
</style>
border-color css
<style>
span { border-color: #C0A760; }
span { border-color: rgb(192,167,96); }
td.TdClassName
{
border-color: #C0A760;
}
.TagClassName
{
border-color: #C0A760;
}
</style>