Shades of Pirate Gold #C07420
Tints of Pirate Gold #C07420
RGB
CMYK
RGB Variations
Color information
#C07420 (or 0xC07420) is known color: Pirate Gold. HEX triplet: C0, 74 and 20. RGB value is (192,116,32). Sum of RGB (Red+Green+Blue) = 192+116+32=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 32 (12.89% from 255 or 9.41% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C07420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07420 is #3F8BDF. Grayscale: #818181. Windows color (decimal): -4164576 or 2127040. OLE color: 2127040.
HSL color Cylindrical-coordinate representation of color #C07420: hue angle of 31.5º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C07420 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 32 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.25 |
| HSL | 31.5º | 0.71% | 0.44% | - |
| HSV(B) | 31.5º | 0.83% | 0.75% | - |
| XYZ | 28.24 | 23.8 | 4.47 | - |
| YUV | 129.15 | 73.18 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 32 | 0 | 0.40 | 0.83 | 0.25 | 31.5 | 0.71 | 0.44 |
| Hex | C0 | 74 | 20 | 0 | 28 | 53 | 19 | 1F | 47 | 2C |
| Octal | 300 | 164 | 40 | 0 | 50 | 123 | 31 | 37 | 107 | 54 |
| Binary | 11000000 | 1110100 | 100000 | 0 | 101000 | 1010011 | 11001 | 11111 | 1000111 | 101100 |
Color Harmonies of #C07420
Complementary color
Monochromatic Colors of #C07420
Black with #C07420
Text Example
Text Example
White with #C07420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07420; }
p { color: rgb(192,116,32); }
H1.HeaderClassName
{
color: #C07420;
}
.AnyTagClassName
{
color: #C07420;
}
</style>
background-color css
<style>
a { background-color: #C07420; }
a { background-color: rgb(192,116,32); }
div.DivClassName
{
background-color: #C07420;
}
.BgClassName
{
background-color: #C07420;
}
</style>
border-color css
<style>
span { border-color: #C07420; }
span { border-color: rgb(192,116,32); }
td.TdClassName
{
border-color: #C07420;
}
.TagClassName
{
border-color: #C07420;
}
</style>