Shades of Pirate Gold #C07529
Tints of Pirate Gold #C07529
RGB
CMYK
RGB Variations
Color information
#C07529 (or 0xC07529) is known color: Pirate Gold. HEX triplet: C0, 75 and 29. RGB value is (192,117,41). Sum of RGB (Red+Green+Blue) = 192+117+41=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 41 (16.41% from 255 or 11.71% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C07529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07529 is #3F8AD6. Grayscale: #838383. Windows color (decimal): -4164311 or 2717120. OLE color: 2717120.
HSL color Cylindrical-coordinate representation of color #C07529: hue angle of 30.2º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C07529 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 117 | 41 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.25 |
| HSL | 30.2º | 0.65% | 0.46% | - |
| HSV(B) | 30.2º | 0.79% | 0.75% | - |
| XYZ | 28.5 | 24.09 | 5.25 | - |
| YUV | 130.76 | 77.35 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 41 | 0 | 0.39 | 0.79 | 0.25 | 30.2 | 0.65 | 0.46 |
| Hex | C0 | 75 | 29 | 0 | 27 | 4F | 19 | 1E | 41 | 2E |
| Octal | 300 | 165 | 51 | 0 | 47 | 117 | 31 | 36 | 101 | 56 |
| Binary | 11000000 | 1110101 | 101001 | 0 | 100111 | 1001111 | 11001 | 11110 | 1000001 | 101110 |
Color Harmonies of #C07529
Complementary color
Monochromatic Colors of #C07529
Black with #C07529
Text Example
Text Example
White with #C07529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07529; }
p { color: rgb(192,117,41); }
H1.HeaderClassName
{
color: #C07529;
}
.AnyTagClassName
{
color: #C07529;
}
</style>
background-color css
<style>
a { background-color: #C07529; }
a { background-color: rgb(192,117,41); }
div.DivClassName
{
background-color: #C07529;
}
.BgClassName
{
background-color: #C07529;
}
</style>
border-color css
<style>
span { border-color: #C07529; }
span { border-color: rgb(192,117,41); }
td.TdClassName
{
border-color: #C07529;
}
.TagClassName
{
border-color: #C07529;
}
</style>