Shades of Pirate Gold #C17026
Tints of Pirate Gold #C17026
RGB
CMYK
RGB Variations
Color information
#C17026 (or 0xC17026) is known color: Pirate Gold. HEX triplet: C1, 70 and 26. RGB value is (193,112,38). Sum of RGB (Red+Green+Blue) = 193+112+38=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C17026 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17026 is #3E8FD9. Grayscale: #808080. Windows color (decimal): -4100058 or 2519233. OLE color: 2519233.
HSL color Cylindrical-coordinate representation of color #C17026: hue angle of 28.65º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C17026 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 38 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.24 |
| HSL | 28.65º | 0.67% | 0.45% | - |
| HSV(B) | 28.65º | 0.8% | 0.76% | - |
| XYZ | 28.14 | 23.07 | 4.8 | - |
| YUV | 127.78 | 77.34 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 38 | 0 | 0.42 | 0.80 | 0.24 | 28.65 | 0.67 | 0.45 |
| Hex | C1 | 70 | 26 | 0 | 2A | 50 | 18 | 1D | 43 | 2D |
| Octal | 301 | 160 | 46 | 0 | 52 | 120 | 30 | 35 | 103 | 55 |
| Binary | 11000001 | 1110000 | 100110 | 0 | 101010 | 1010000 | 11000 | 11101 | 1000011 | 101101 |
Color Harmonies of #C17026
Complementary color
Monochromatic Colors of #C17026
Black with #C17026
Text Example
Text Example
White with #C17026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17026; }
p { color: rgb(193,112,38); }
H1.HeaderClassName
{
color: #C17026;
}
.AnyTagClassName
{
color: #C17026;
}
</style>
background-color css
<style>
a { background-color: #C17026; }
a { background-color: rgb(193,112,38); }
div.DivClassName
{
background-color: #C17026;
}
.BgClassName
{
background-color: #C17026;
}
</style>
border-color css
<style>
span { border-color: #C17026; }
span { border-color: rgb(193,112,38); }
td.TdClassName
{
border-color: #C17026;
}
.TagClassName
{
border-color: #C17026;
}
</style>