Shades of Pirate Gold #C07027
Tints of Pirate Gold #C07027
RGB
CMYK
RGB Variations
Color information
#C07027 (or 0xC07027) is known color: Pirate Gold. HEX triplet: C0, 70 and 27. RGB value is (192,112,39). Sum of RGB (Red+Green+Blue) = 192+112+39=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C07027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07027 is #3F8FD8. Grayscale: #7F7F7F. Windows color (decimal): -4165593 or 2584768. OLE color: 2584768.
HSL color Cylindrical-coordinate representation of color #C07027: hue angle of 28.63º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C07027 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 39 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.25 |
| HSL | 28.63º | 0.66% | 0.45% | - |
| HSV(B) | 28.63º | 0.8% | 0.75% | - |
| XYZ | 27.9 | 22.94 | 4.88 | - |
| YUV | 127.6 | 78 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 39 | 0 | 0.42 | 0.80 | 0.25 | 28.63 | 0.66 | 0.45 |
| Hex | C0 | 70 | 27 | 0 | 2A | 50 | 19 | 1D | 42 | 2D |
| Octal | 300 | 160 | 47 | 0 | 52 | 120 | 31 | 35 | 102 | 55 |
| Binary | 11000000 | 1110000 | 100111 | 0 | 101010 | 1010000 | 11001 | 11101 | 1000010 | 101101 |
Color Harmonies of #C07027
Complementary color
Monochromatic Colors of #C07027
Black with #C07027
Text Example
Text Example
White with #C07027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07027; }
p { color: rgb(192,112,39); }
H1.HeaderClassName
{
color: #C07027;
}
.AnyTagClassName
{
color: #C07027;
}
</style>
background-color css
<style>
a { background-color: #C07027; }
a { background-color: rgb(192,112,39); }
div.DivClassName
{
background-color: #C07027;
}
.BgClassName
{
background-color: #C07027;
}
</style>
border-color css
<style>
span { border-color: #C07027; }
span { border-color: rgb(192,112,39); }
td.TdClassName
{
border-color: #C07027;
}
.TagClassName
{
border-color: #C07027;
}
</style>