Shades of Pirate Gold #C07729
Tints of Pirate Gold #C07729
RGB
CMYK
RGB Variations
Color information
#C07729 (or 0xC07729) is known color: Pirate Gold. HEX triplet: C0, 77 and 29. RGB value is (192,119,41). Sum of RGB (Red+Green+Blue) = 192+119+41=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 41 (16.41% from 255 or 11.65% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C07729 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07729 is #3F88D6. Grayscale: #848484. Windows color (decimal): -4163799 or 2717632. OLE color: 2717632.
HSL color Cylindrical-coordinate representation of color #C07729: hue angle of 30.99º 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 #C07729 is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 41 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.25 |
| HSL | 30.99º | 0.65% | 0.46% | - |
| HSV(B) | 30.99º | 0.79% | 0.75% | - |
| XYZ | 28.74 | 24.56 | 5.32 | - |
| YUV | 131.94 | 76.68 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 41 | 0 | 0.38 | 0.79 | 0.25 | 30.99 | 0.65 | 0.46 |
| Hex | C0 | 77 | 29 | 0 | 26 | 4F | 19 | 1F | 41 | 2E |
| Octal | 300 | 167 | 51 | 0 | 46 | 117 | 31 | 37 | 101 | 56 |
| Binary | 11000000 | 1110111 | 101001 | 0 | 100110 | 1001111 | 11001 | 11111 | 1000001 | 101110 |
Color Harmonies of #C07729
Complementary color
Monochromatic Colors of #C07729
Black with #C07729
Text Example
Text Example
White with #C07729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07729; }
p { color: rgb(192,119,41); }
H1.HeaderClassName
{
color: #C07729;
}
.AnyTagClassName
{
color: #C07729;
}
</style>
background-color css
<style>
a { background-color: #C07729; }
a { background-color: rgb(192,119,41); }
div.DivClassName
{
background-color: #C07729;
}
.BgClassName
{
background-color: #C07729;
}
</style>
border-color css
<style>
span { border-color: #C07729; }
span { border-color: rgb(192,119,41); }
td.TdClassName
{
border-color: #C07729;
}
.TagClassName
{
border-color: #C07729;
}
</style>