Shades of Pirate Gold #C07228
Tints of Pirate Gold #C07228
RGB
CMYK
RGB Variations
Color information
#C07228 (or 0xC07228) is known color: Pirate Gold. HEX triplet: C0, 72 and 28. RGB value is (192,114,40). Sum of RGB (Red+Green+Blue) = 192+114+40=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 40 (16.02% from 255 or 11.56% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C07228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07228 is #3F8DD7. Grayscale: #818181. Windows color (decimal): -4165080 or 2650816. OLE color: 2650816.
HSL color Cylindrical-coordinate representation of color #C07228: hue angle of 29.21º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C07228 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 114 | 40 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.25 |
| HSL | 29.21º | 0.66% | 0.45% | - |
| HSV(B) | 29.21º | 0.79% | 0.75% | - |
| XYZ | 28.14 | 23.39 | 5.04 | - |
| YUV | 128.89 | 77.84 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 40 | 0 | 0.41 | 0.79 | 0.25 | 29.21 | 0.66 | 0.45 |
| Hex | C0 | 72 | 28 | 0 | 29 | 4F | 19 | 1D | 42 | 2D |
| Octal | 300 | 162 | 50 | 0 | 51 | 117 | 31 | 35 | 102 | 55 |
| Binary | 11000000 | 1110010 | 101000 | 0 | 101001 | 1001111 | 11001 | 11101 | 1000010 | 101101 |
Color Harmonies of #C07228
Complementary color
Monochromatic Colors of #C07228
Black with #C07228
Text Example
Text Example
White with #C07228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07228; }
p { color: rgb(192,114,40); }
H1.HeaderClassName
{
color: #C07228;
}
.AnyTagClassName
{
color: #C07228;
}
</style>
background-color css
<style>
a { background-color: #C07228; }
a { background-color: rgb(192,114,40); }
div.DivClassName
{
background-color: #C07228;
}
.BgClassName
{
background-color: #C07228;
}
</style>
border-color css
<style>
span { border-color: #C07228; }
span { border-color: rgb(192,114,40); }
td.TdClassName
{
border-color: #C07228;
}
.TagClassName
{
border-color: #C07228;
}
</style>