Shades of Pirate Gold #C07A2E
Tints of Pirate Gold #C07A2E
RGB
CMYK
RGB Variations
Color information
#C07A2E (or 0xC07A2E) is known color: Pirate Gold. HEX triplet: C0, 7A and 2E. RGB value is (192,122,46). Sum of RGB (Red+Green+Blue) = 192+122+46=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 46 (18.36% from 255 or 12.78% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07A2E is #3F85D1. Grayscale: #868686. Windows color (decimal): -4163026 or 3046080. OLE color: 3046080.
HSL color Cylindrical-coordinate representation of color #C07A2E: hue angle of 31.23º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C07A2E is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 122 | 46 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.25 |
| HSL | 31.23º | 0.61% | 0.47% | - |
| HSV(B) | 31.23º | 0.76% | 0.75% | - |
| XYZ | 29.19 | 25.32 | 5.93 | - |
| YUV | 134.27 | 78.19 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 46 | 0 | 0.36 | 0.76 | 0.25 | 31.23 | 0.61 | 0.47 |
| Hex | C0 | 7A | 2E | 0 | 24 | 4C | 19 | 1F | 3D | 2F |
| Octal | 300 | 172 | 56 | 0 | 44 | 114 | 31 | 37 | 75 | 57 |
| Binary | 11000000 | 1111010 | 101110 | 0 | 100100 | 1001100 | 11001 | 11111 | 111101 | 101111 |
Color Harmonies of #C07A2E
Complementary color
Monochromatic Colors of #C07A2E
Black with #C07A2E
Text Example
Text Example
White with #C07A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07A2E; }
p { color: rgb(192,122,46); }
H1.HeaderClassName
{
color: #C07A2E;
}
.AnyTagClassName
{
color: #C07A2E;
}
</style>
background-color css
<style>
a { background-color: #C07A2E; }
a { background-color: rgb(192,122,46); }
div.DivClassName
{
background-color: #C07A2E;
}
.BgClassName
{
background-color: #C07A2E;
}
</style>
border-color css
<style>
span { border-color: #C07A2E; }
span { border-color: rgb(192,122,46); }
td.TdClassName
{
border-color: #C07A2E;
}
.TagClassName
{
border-color: #C07A2E;
}
</style>