Shades of Pirate Gold #C47729
Tints of Pirate Gold #C47729
RGB
CMYK
RGB Variations
Color information
#C47729 (or 0xC47729) is known color: Pirate Gold. HEX triplet: C4, 77 and 29. RGB value is (196,119,41). Sum of RGB (Red+Green+Blue) = 196+119+41=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C47729 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47729 is #3B88D6. Grayscale: #858585. Windows color (decimal): -3901655 or 2717636. OLE color: 2717636.
HSL color Cylindrical-coordinate representation of color #C47729: hue angle of 30.19º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C47729 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 119 | 41 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.23 |
| HSL | 30.19º | 0.65% | 0.46% | - |
| HSV(B) | 30.19º | 0.79% | 0.77% | - |
| XYZ | 29.76 | 25.09 | 5.37 | - |
| YUV | 133.13 | 76.01 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 119 | 41 | 0 | 0.39 | 0.79 | 0.23 | 30.19 | 0.65 | 0.46 |
| Hex | C4 | 77 | 29 | 0 | 27 | 4F | 17 | 1E | 41 | 2E |
| Octal | 304 | 167 | 51 | 0 | 47 | 117 | 27 | 36 | 101 | 56 |
| Binary | 11000100 | 1110111 | 101001 | 0 | 100111 | 1001111 | 10111 | 11110 | 1000001 | 101110 |
Color Harmonies of #C47729
Complementary color
Monochromatic Colors of #C47729
Black with #C47729
Text Example
Text Example
White with #C47729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47729; }
p { color: rgb(196,119,41); }
H1.HeaderClassName
{
color: #C47729;
}
.AnyTagClassName
{
color: #C47729;
}
</style>
background-color css
<style>
a { background-color: #C47729; }
a { background-color: rgb(196,119,41); }
div.DivClassName
{
background-color: #C47729;
}
.BgClassName
{
background-color: #C47729;
}
</style>
border-color css
<style>
span { border-color: #C47729; }
span { border-color: rgb(196,119,41); }
td.TdClassName
{
border-color: #C47729;
}
.TagClassName
{
border-color: #C47729;
}
</style>