Shades of Pirate Gold #C07629
Tints of Pirate Gold #C07629
RGB
CMYK
RGB Variations
Color information
#C07629 (or 0xC07629) is known color: Pirate Gold. HEX triplet: C0, 76 and 29. RGB value is (192,118,41). Sum of RGB (Red+Green+Blue) = 192+118+41=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 41 (16.41% from 255 or 11.68% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C07629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07629 is #3F89D6. Grayscale: #838383. Windows color (decimal): -4164055 or 2717376. OLE color: 2717376.
HSL color Cylindrical-coordinate representation of color #C07629: hue angle of 30.6º 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 #C07629 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 41 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.25 |
| HSL | 30.6º | 0.65% | 0.46% | - |
| HSV(B) | 30.6º | 0.79% | 0.75% | - |
| XYZ | 28.62 | 24.32 | 5.28 | - |
| YUV | 131.35 | 77.02 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 41 | 0 | 0.39 | 0.79 | 0.25 | 30.6 | 0.65 | 0.46 |
| Hex | C0 | 76 | 29 | 0 | 27 | 4F | 19 | 1F | 41 | 2E |
| Octal | 300 | 166 | 51 | 0 | 47 | 117 | 31 | 37 | 101 | 56 |
| Binary | 11000000 | 1110110 | 101001 | 0 | 100111 | 1001111 | 11001 | 11111 | 1000001 | 101110 |
Color Harmonies of #C07629
Complementary color
Monochromatic Colors of #C07629
Black with #C07629
Text Example
Text Example
White with #C07629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07629; }
p { color: rgb(192,118,41); }
H1.HeaderClassName
{
color: #C07629;
}
.AnyTagClassName
{
color: #C07629;
}
</style>
background-color css
<style>
a { background-color: #C07629; }
a { background-color: rgb(192,118,41); }
div.DivClassName
{
background-color: #C07629;
}
.BgClassName
{
background-color: #C07629;
}
</style>
border-color css
<style>
span { border-color: #C07629; }
span { border-color: rgb(192,118,41); }
td.TdClassName
{
border-color: #C07629;
}
.TagClassName
{
border-color: #C07629;
}
</style>