Shades of Pirate Gold #C07122
Tints of Pirate Gold #C07122
RGB
CMYK
RGB Variations
Color information
#C07122 (or 0xC07122) is known color: Pirate Gold. HEX triplet: C0, 71 and 22. RGB value is (192,113,34). Sum of RGB (Red+Green+Blue) = 192+113+34=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 34 (13.67% from 255 or 10.03% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C07122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07122 is #3F8EDD. Grayscale: #808080. Windows color (decimal): -4165342 or 2257344. OLE color: 2257344.
HSL color Cylindrical-coordinate representation of color #C07122: hue angle of 30º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C07122 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 34 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.25 |
| HSL | 30º | 0.7% | 0.44% | - |
| HSV(B) | 30º | 0.82% | 0.75% | - |
| XYZ | 27.93 | 23.13 | 4.51 | - |
| YUV | 127.62 | 75.17 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 34 | 0 | 0.41 | 0.82 | 0.25 | 30 | 0.7 | 0.44 |
| Hex | C0 | 71 | 22 | 0 | 29 | 52 | 19 | 1E | 46 | 2C |
| Octal | 300 | 161 | 42 | 0 | 51 | 122 | 31 | 36 | 106 | 54 |
| Binary | 11000000 | 1110001 | 100010 | 0 | 101001 | 1010010 | 11001 | 11110 | 1000110 | 101100 |
Color Harmonies of #C07122
Complementary color
Monochromatic Colors of #C07122
Black with #C07122
Text Example
Text Example
White with #C07122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07122; }
p { color: rgb(192,113,34); }
H1.HeaderClassName
{
color: #C07122;
}
.AnyTagClassName
{
color: #C07122;
}
</style>
background-color css
<style>
a { background-color: #C07122; }
a { background-color: rgb(192,113,34); }
div.DivClassName
{
background-color: #C07122;
}
.BgClassName
{
background-color: #C07122;
}
</style>
border-color css
<style>
span { border-color: #C07122; }
span { border-color: rgb(192,113,34); }
td.TdClassName
{
border-color: #C07122;
}
.TagClassName
{
border-color: #C07122;
}
</style>