Shades of Pirate Gold #C07C28
Tints of Pirate Gold #C07C28
RGB
CMYK
RGB Variations
Color information
#C07C28 (or 0xC07C28) is known color: Pirate Gold. HEX triplet: C0, 7C and 28. RGB value is (192,124,40). Sum of RGB (Red+Green+Blue) = 192+124+40=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07C28 is #3F83D7. Grayscale: #878787. Windows color (decimal): -4162520 or 2653376. OLE color: 2653376.
HSL color Cylindrical-coordinate representation of color #C07C28: hue angle of 33.16º 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 #C07C28 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 124 | 40 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.25 |
| HSL | 33.16º | 0.66% | 0.45% | - |
| HSV(B) | 33.16º | 0.79% | 0.75% | - |
| XYZ | 29.33 | 25.77 | 5.44 | - |
| YUV | 134.76 | 74.53 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 124 | 40 | 0 | 0.35 | 0.79 | 0.25 | 33.16 | 0.66 | 0.45 |
| Hex | C0 | 7C | 28 | 0 | 23 | 4F | 19 | 21 | 42 | 2D |
| Octal | 300 | 174 | 50 | 0 | 43 | 117 | 31 | 41 | 102 | 55 |
| Binary | 11000000 | 1111100 | 101000 | 0 | 100011 | 1001111 | 11001 | 100001 | 1000010 | 101101 |
Color Harmonies of #C07C28
Complementary color
Monochromatic Colors of #C07C28
Black with #C07C28
Text Example
Text Example
White with #C07C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07C28; }
p { color: rgb(192,124,40); }
H1.HeaderClassName
{
color: #C07C28;
}
.AnyTagClassName
{
color: #C07C28;
}
</style>
background-color css
<style>
a { background-color: #C07C28; }
a { background-color: rgb(192,124,40); }
div.DivClassName
{
background-color: #C07C28;
}
.BgClassName
{
background-color: #C07C28;
}
</style>
border-color css
<style>
span { border-color: #C07C28; }
span { border-color: rgb(192,124,40); }
td.TdClassName
{
border-color: #C07C28;
}
.TagClassName
{
border-color: #C07C28;
}
</style>