Shades of Pirate Gold #C07221
Tints of Pirate Gold #C07221
RGB
CMYK
RGB Variations
Color information
#C07221 (or 0xC07221) is known color: Pirate Gold. HEX triplet: C0, 72 and 21. RGB value is (192,114,33). Sum of RGB (Red+Green+Blue) = 192+114+33=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C07221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07221 is #3F8DDE. Grayscale: #808080. Windows color (decimal): -4165087 or 2192064. OLE color: 2192064.
HSL color Cylindrical-coordinate representation of color #C07221: hue angle of 30.57º 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 #C07221 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 114 | 33 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.25 |
| HSL | 30.57º | 0.71% | 0.44% | - |
| HSV(B) | 30.57º | 0.83% | 0.75% | - |
| XYZ | 28.03 | 23.35 | 4.47 | - |
| YUV | 128.09 | 74.34 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 33 | 0 | 0.41 | 0.83 | 0.25 | 30.57 | 0.71 | 0.44 |
| Hex | C0 | 72 | 21 | 0 | 29 | 53 | 19 | 1F | 47 | 2C |
| Octal | 300 | 162 | 41 | 0 | 51 | 123 | 31 | 37 | 107 | 54 |
| Binary | 11000000 | 1110010 | 100001 | 0 | 101001 | 1010011 | 11001 | 11111 | 1000111 | 101100 |
Color Harmonies of #C07221
Complementary color
Monochromatic Colors of #C07221
Black with #C07221
Text Example
Text Example
White with #C07221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07221; }
p { color: rgb(192,114,33); }
H1.HeaderClassName
{
color: #C07221;
}
.AnyTagClassName
{
color: #C07221;
}
</style>
background-color css
<style>
a { background-color: #C07221; }
a { background-color: rgb(192,114,33); }
div.DivClassName
{
background-color: #C07221;
}
.BgClassName
{
background-color: #C07221;
}
</style>
border-color css
<style>
span { border-color: #C07221; }
span { border-color: rgb(192,114,33); }
td.TdClassName
{
border-color: #C07221;
}
.TagClassName
{
border-color: #C07221;
}
</style>