Shades of Pirate Gold #C07421
Tints of Pirate Gold #C07421
RGB
CMYK
RGB Variations
Color information
#C07421 (or 0xC07421) is known color: Pirate Gold. HEX triplet: C0, 74 and 21. RGB value is (192,116,33). Sum of RGB (Red+Green+Blue) = 192+116+33=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C07421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07421 is #3F8BDE. Grayscale: #818181. Windows color (decimal): -4164575 or 2192576. OLE color: 2192576.
HSL color Cylindrical-coordinate representation of color #C07421: hue angle of 31.32º 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 #C07421 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 33 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.25 |
| HSL | 31.32º | 0.71% | 0.44% | - |
| HSV(B) | 31.32º | 0.83% | 0.75% | - |
| XYZ | 28.26 | 23.81 | 4.54 | - |
| YUV | 129.26 | 73.68 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 33 | 0 | 0.40 | 0.83 | 0.25 | 31.32 | 0.71 | 0.44 |
| Hex | C0 | 74 | 21 | 0 | 28 | 53 | 19 | 1F | 47 | 2C |
| Octal | 300 | 164 | 41 | 0 | 50 | 123 | 31 | 37 | 107 | 54 |
| Binary | 11000000 | 1110100 | 100001 | 0 | 101000 | 1010011 | 11001 | 11111 | 1000111 | 101100 |
Color Harmonies of #C07421
Complementary color
Monochromatic Colors of #C07421
Black with #C07421
Text Example
Text Example
White with #C07421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07421; }
p { color: rgb(192,116,33); }
H1.HeaderClassName
{
color: #C07421;
}
.AnyTagClassName
{
color: #C07421;
}
</style>
background-color css
<style>
a { background-color: #C07421; }
a { background-color: rgb(192,116,33); }
div.DivClassName
{
background-color: #C07421;
}
.BgClassName
{
background-color: #C07421;
}
</style>
border-color css
<style>
span { border-color: #C07421; }
span { border-color: rgb(192,116,33); }
td.TdClassName
{
border-color: #C07421;
}
.TagClassName
{
border-color: #C07421;
}
</style>