Shades of Laser #C0A765
Tints of Laser #C0A765
RGB
CMYK
RGB Variations
Color information
#C0A765 (or 0xC0A765) is known color: Laser. HEX triplet: C0, A7 and 65. RGB value is (192,167,101). Sum of RGB (Red+Green+Blue) = 192+167+101=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A765 is #3F589A. Grayscale: #A7A7A7. Windows color (decimal): -4151451 or 6662080. OLE color: 6662080.
HSL color Cylindrical-coordinate representation of color #C0A765: hue angle of 43.52º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0A765 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 167 | 101 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.25 |
| HSL | 43.52º | 0.42% | 0.57% | - |
| HSV(B) | 43.52º | 0.47% | 0.75% | - |
| XYZ | 37.91 | 39.78 | 17.99 | - |
| YUV | 166.95 | 90.78 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 167 | 101 | 0 | 0.13 | 0.47 | 0.25 | 43.52 | 0.42 | 0.57 |
| Hex | C0 | A7 | 65 | 0 | D | 2F | 19 | 2C | 2A | 39 |
| Octal | 300 | 247 | 145 | 0 | 15 | 57 | 31 | 54 | 52 | 71 |
| Binary | 11000000 | 10100111 | 1100101 | 0 | 1101 | 101111 | 11001 | 101100 | 101010 | 111001 |
Color Harmonies of #C0A765
Complementary color
Monochromatic Colors of #C0A765
Black with #C0A765
Text Example
Text Example
White with #C0A765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A765; }
p { color: rgb(192,167,101); }
H1.HeaderClassName
{
color: #C0A765;
}
.AnyTagClassName
{
color: #C0A765;
}
</style>
background-color css
<style>
a { background-color: #C0A765; }
a { background-color: rgb(192,167,101); }
div.DivClassName
{
background-color: #C0A765;
}
.BgClassName
{
background-color: #C0A765;
}
</style>
border-color css
<style>
span { border-color: #C0A765; }
span { border-color: rgb(192,167,101); }
td.TdClassName
{
border-color: #C0A765;
}
.TagClassName
{
border-color: #C0A765;
}
</style>