Shades of Pirate Gold #C07624
Tints of Pirate Gold #C07624
RGB
CMYK
RGB Variations
Color information
#C07624 (or 0xC07624) is known color: Pirate Gold. HEX triplet: C0, 76 and 24. RGB value is (192,118,36). Sum of RGB (Red+Green+Blue) = 192+118+36=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 36 (14.45% from 255 or 10.40% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C07624 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07624 is #3F89DB. Grayscale: #838383. Windows color (decimal): -4164060 or 2389696. OLE color: 2389696.
HSL color Cylindrical-coordinate representation of color #C07624: hue angle of 31.54º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C07624 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 36 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.25 |
| HSL | 31.54º | 0.68% | 0.45% | - |
| HSV(B) | 31.54º | 0.81% | 0.75% | - |
| XYZ | 28.54 | 24.29 | 4.85 | - |
| YUV | 130.78 | 74.52 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 36 | 0 | 0.39 | 0.81 | 0.25 | 31.54 | 0.68 | 0.45 |
| Hex | C0 | 76 | 24 | 0 | 27 | 51 | 19 | 20 | 44 | 2D |
| Octal | 300 | 166 | 44 | 0 | 47 | 121 | 31 | 40 | 104 | 55 |
| Binary | 11000000 | 1110110 | 100100 | 0 | 100111 | 1010001 | 11001 | 100000 | 1000100 | 101101 |
Color Harmonies of #C07624
Complementary color
Monochromatic Colors of #C07624
Black with #C07624
Text Example
Text Example
White with #C07624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07624; }
p { color: rgb(192,118,36); }
H1.HeaderClassName
{
color: #C07624;
}
.AnyTagClassName
{
color: #C07624;
}
</style>
background-color css
<style>
a { background-color: #C07624; }
a { background-color: rgb(192,118,36); }
div.DivClassName
{
background-color: #C07624;
}
.BgClassName
{
background-color: #C07624;
}
</style>
border-color css
<style>
span { border-color: #C07624; }
span { border-color: rgb(192,118,36); }
td.TdClassName
{
border-color: #C07624;
}
.TagClassName
{
border-color: #C07624;
}
</style>