Shades of Pirate Gold #C07829
Tints of Pirate Gold #C07829
RGB
CMYK
RGB Variations
Color information
#C07829 (or 0xC07829) is known color: Pirate Gold. HEX triplet: C0, 78 and 29. RGB value is (192,120,41). Sum of RGB (Red+Green+Blue) = 192+120+41=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 41 (16.41% from 255 or 11.61% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C07829 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07829 is #3F87D6. Grayscale: #848484. Windows color (decimal): -4163543 or 2717888. OLE color: 2717888.
HSL color Cylindrical-coordinate representation of color #C07829: hue angle of 31.39º 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 #C07829 is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 41 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.25 |
| HSL | 31.39º | 0.65% | 0.46% | - |
| HSV(B) | 31.39º | 0.79% | 0.75% | - |
| XYZ | 28.85 | 24.8 | 5.36 | - |
| YUV | 132.52 | 76.35 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 41 | 0 | 0.38 | 0.79 | 0.25 | 31.39 | 0.65 | 0.46 |
| Hex | C0 | 78 | 29 | 0 | 26 | 4F | 19 | 1F | 41 | 2E |
| Octal | 300 | 170 | 51 | 0 | 46 | 117 | 31 | 37 | 101 | 56 |
| Binary | 11000000 | 1111000 | 101001 | 0 | 100110 | 1001111 | 11001 | 11111 | 1000001 | 101110 |
Color Harmonies of #C07829
Complementary color
Monochromatic Colors of #C07829
Black with #C07829
Text Example
Text Example
White with #C07829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07829; }
p { color: rgb(192,120,41); }
H1.HeaderClassName
{
color: #C07829;
}
.AnyTagClassName
{
color: #C07829;
}
</style>
background-color css
<style>
a { background-color: #C07829; }
a { background-color: rgb(192,120,41); }
div.DivClassName
{
background-color: #C07829;
}
.BgClassName
{
background-color: #C07829;
}
</style>
border-color css
<style>
span { border-color: #C07829; }
span { border-color: rgb(192,120,41); }
td.TdClassName
{
border-color: #C07829;
}
.TagClassName
{
border-color: #C07829;
}
</style>