Shades of Laser #C0A75E
Tints of Laser #C0A75E
RGB
CMYK
RGB Variations
Color information
#C0A75E (or 0xC0A75E) is known color: Laser. HEX triplet: C0, A7 and 5E. RGB value is (192,167,94). Sum of RGB (Red+Green+Blue) = 192+167+94=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 167 (65.62% from 255 or 36.87% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A75E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A75E is #3F58A1. Grayscale: #A6A6A6. Windows color (decimal): -4151458 or 6203328. OLE color: 6203328.
HSL color Cylindrical-coordinate representation of color #C0A75E: hue angle of 44.69º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0A75E is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 167 | 94 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.25 |
| HSL | 44.69º | 0.44% | 0.56% | - |
| HSV(B) | 44.69º | 0.51% | 0.75% | - |
| XYZ | 37.58 | 39.65 | 16.26 | - |
| YUV | 166.15 | 87.28 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 167 | 94 | 0 | 0.13 | 0.51 | 0.25 | 44.69 | 0.44 | 0.56 |
| Hex | C0 | A7 | 5E | 0 | D | 33 | 19 | 2D | 2C | 38 |
| Octal | 300 | 247 | 136 | 0 | 15 | 63 | 31 | 55 | 54 | 70 |
| Binary | 11000000 | 10100111 | 1011110 | 0 | 1101 | 110011 | 11001 | 101101 | 101100 | 111000 |
Color Harmonies of #C0A75E
Complementary color
Monochromatic Colors of #C0A75E
Black with #C0A75E
Text Example
Text Example
White with #C0A75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A75E; }
p { color: rgb(192,167,94); }
H1.HeaderClassName
{
color: #C0A75E;
}
.AnyTagClassName
{
color: #C0A75E;
}
</style>
background-color css
<style>
a { background-color: #C0A75E; }
a { background-color: rgb(192,167,94); }
div.DivClassName
{
background-color: #C0A75E;
}
.BgClassName
{
background-color: #C0A75E;
}
</style>
border-color css
<style>
span { border-color: #C0A75E; }
span { border-color: rgb(192,167,94); }
td.TdClassName
{
border-color: #C0A75E;
}
.TagClassName
{
border-color: #C0A75E;
}
</style>