Shades of Pirate Gold #C07C24
Tints of Pirate Gold #C07C24
RGB
CMYK
RGB Variations
Color information
#C07C24 (or 0xC07C24) is known color: Pirate Gold. HEX triplet: C0, 7C and 24. RGB value is (192,124,36). Sum of RGB (Red+Green+Blue) = 192+124+36=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 36 (14.45% from 255 or 10.23% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07C24 is #3F83DB. Grayscale: #868686. Windows color (decimal): -4162524 or 2391232. OLE color: 2391232.
HSL color Cylindrical-coordinate representation of color #C07C24: hue angle of 33.85º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C07C24 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 124 | 36 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.25 |
| HSL | 33.85º | 0.68% | 0.45% | - |
| HSV(B) | 33.85º | 0.81% | 0.75% | - |
| XYZ | 29.26 | 25.75 | 5.1 | - |
| YUV | 134.3 | 72.53 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 124 | 36 | 0 | 0.35 | 0.81 | 0.25 | 33.85 | 0.68 | 0.45 |
| Hex | C0 | 7C | 24 | 0 | 23 | 51 | 19 | 22 | 44 | 2D |
| Octal | 300 | 174 | 44 | 0 | 43 | 121 | 31 | 42 | 104 | 55 |
| Binary | 11000000 | 1111100 | 100100 | 0 | 100011 | 1010001 | 11001 | 100010 | 1000100 | 101101 |
Color Harmonies of #C07C24
Complementary color
Monochromatic Colors of #C07C24
Black with #C07C24
Text Example
Text Example
White with #C07C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07C24; }
p { color: rgb(192,124,36); }
H1.HeaderClassName
{
color: #C07C24;
}
.AnyTagClassName
{
color: #C07C24;
}
</style>
background-color css
<style>
a { background-color: #C07C24; }
a { background-color: rgb(192,124,36); }
div.DivClassName
{
background-color: #C07C24;
}
.BgClassName
{
background-color: #C07C24;
}
</style>
border-color css
<style>
span { border-color: #C07C24; }
span { border-color: rgb(192,124,36); }
td.TdClassName
{
border-color: #C07C24;
}
.TagClassName
{
border-color: #C07C24;
}
</style>