Shades of Pirate Gold #C17127
Tints of Pirate Gold #C17127
RGB
CMYK
RGB Variations
Color information
#C17127 (or 0xC17127) is known color: Pirate Gold. HEX triplet: C1, 71 and 27. RGB value is (193,113,39). Sum of RGB (Red+Green+Blue) = 193+113+39=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C17127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17127 is #3E8ED8. Grayscale: #808080. Windows color (decimal): -4099801 or 2585025. OLE color: 2585025.
HSL color Cylindrical-coordinate representation of color #C17127: hue angle of 28.83º degrees, saturation: 0.66, 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 #C17127 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 113 | 39 | - |
| CMYK | 0 | 0.41 | 0.80 | 0.24 |
| HSL | 28.83º | 0.66% | 0.45% | - |
| HSV(B) | 28.83º | 0.8% | 0.76% | - |
| XYZ | 28.26 | 23.29 | 4.93 | - |
| YUV | 128.48 | 77.5 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 39 | 0 | 0.41 | 0.80 | 0.24 | 28.83 | 0.66 | 0.45 |
| Hex | C1 | 71 | 27 | 0 | 29 | 50 | 18 | 1D | 42 | 2D |
| Octal | 301 | 161 | 47 | 0 | 51 | 120 | 30 | 35 | 102 | 55 |
| Binary | 11000001 | 1110001 | 100111 | 0 | 101001 | 1010000 | 11000 | 11101 | 1000010 | 101101 |
Color Harmonies of #C17127
Complementary color
Monochromatic Colors of #C17127
Black with #C17127
Text Example
Text Example
White with #C17127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17127; }
p { color: rgb(193,113,39); }
H1.HeaderClassName
{
color: #C17127;
}
.AnyTagClassName
{
color: #C17127;
}
</style>
background-color css
<style>
a { background-color: #C17127; }
a { background-color: rgb(193,113,39); }
div.DivClassName
{
background-color: #C17127;
}
.BgClassName
{
background-color: #C17127;
}
</style>
border-color css
<style>
span { border-color: #C17127; }
span { border-color: rgb(193,113,39); }
td.TdClassName
{
border-color: #C17127;
}
.TagClassName
{
border-color: #C17127;
}
</style>