Shades of Pirate Gold #C07A24
Tints of Pirate Gold #C07A24
RGB
CMYK
RGB Variations
Color information
#C07A24 (or 0xC07A24) is known color: Pirate Gold. HEX triplet: C0, 7A and 24. RGB value is (192,122,36). Sum of RGB (Red+Green+Blue) = 192+122+36=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 36 (14.45% from 255 or 10.29% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07A24 is #3F85DB. Grayscale: #858585. Windows color (decimal): -4163036 or 2390720. OLE color: 2390720.
HSL color Cylindrical-coordinate representation of color #C07A24: hue angle of 33.08º 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 #C07A24 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 122 | 36 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.25 |
| HSL | 33.08º | 0.68% | 0.45% | - |
| HSV(B) | 33.08º | 0.81% | 0.75% | - |
| XYZ | 29.02 | 25.25 | 5.01 | - |
| YUV | 133.13 | 73.19 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 36 | 0 | 0.36 | 0.81 | 0.25 | 33.08 | 0.68 | 0.45 |
| Hex | C0 | 7A | 24 | 0 | 24 | 51 | 19 | 21 | 44 | 2D |
| Octal | 300 | 172 | 44 | 0 | 44 | 121 | 31 | 41 | 104 | 55 |
| Binary | 11000000 | 1111010 | 100100 | 0 | 100100 | 1010001 | 11001 | 100001 | 1000100 | 101101 |
Color Harmonies of #C07A24
Complementary color
Monochromatic Colors of #C07A24
Black with #C07A24
Text Example
Text Example
White with #C07A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07A24; }
p { color: rgb(192,122,36); }
H1.HeaderClassName
{
color: #C07A24;
}
.AnyTagClassName
{
color: #C07A24;
}
</style>
background-color css
<style>
a { background-color: #C07A24; }
a { background-color: rgb(192,122,36); }
div.DivClassName
{
background-color: #C07A24;
}
.BgClassName
{
background-color: #C07A24;
}
</style>
border-color css
<style>
span { border-color: #C07A24; }
span { border-color: rgb(192,122,36); }
td.TdClassName
{
border-color: #C07A24;
}
.TagClassName
{
border-color: #C07A24;
}
</style>