Shades of Laser #C0A565
Tints of Laser #C0A565
RGB
CMYK
RGB Variations
Color information
#C0A565 (or 0xC0A565) is known color: Laser. HEX triplet: C0, A5 and 65. RGB value is (192,165,101). Sum of RGB (Red+Green+Blue) = 192+165+101=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A565 is #3F5A9A. Grayscale: #A6A6A6. Windows color (decimal): -4151963 or 6661568. OLE color: 6661568.
HSL color Cylindrical-coordinate representation of color #C0A565: hue angle of 42.2º 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 #C0A565 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 165 | 101 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.25 |
| HSL | 42.2º | 0.42% | 0.57% | - |
| HSV(B) | 42.2º | 0.47% | 0.75% | - |
| XYZ | 37.54 | 39.06 | 17.87 | - |
| YUV | 165.78 | 91.45 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 101 | 0 | 0.14 | 0.47 | 0.25 | 42.2 | 0.42 | 0.57 |
| Hex | C0 | A5 | 65 | 0 | E | 2F | 19 | 2A | 2A | 39 |
| Octal | 300 | 245 | 145 | 0 | 16 | 57 | 31 | 52 | 52 | 71 |
| Binary | 11000000 | 10100101 | 1100101 | 0 | 1110 | 101111 | 11001 | 101010 | 101010 | 111001 |
Color Harmonies of #C0A565
Complementary color
Monochromatic Colors of #C0A565
Black with #C0A565
Text Example
Text Example
White with #C0A565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A565; }
p { color: rgb(192,165,101); }
H1.HeaderClassName
{
color: #C0A565;
}
.AnyTagClassName
{
color: #C0A565;
}
</style>
background-color css
<style>
a { background-color: #C0A565; }
a { background-color: rgb(192,165,101); }
div.DivClassName
{
background-color: #C0A565;
}
.BgClassName
{
background-color: #C0A565;
}
</style>
border-color css
<style>
span { border-color: #C0A565; }
span { border-color: rgb(192,165,101); }
td.TdClassName
{
border-color: #C0A565;
}
.TagClassName
{
border-color: #C0A565;
}
</style>