Shades of Pirate Gold #C17C26
Tints of Pirate Gold #C17C26
RGB
CMYK
RGB Variations
Color information
#C17C26 (or 0xC17C26) is known color: Pirate Gold. HEX triplet: C1, 7C and 26. RGB value is (193,124,38). Sum of RGB (Red+Green+Blue) = 193+124+38=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 38 (15.23% from 255 or 10.70% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17C26 is #3E83D9. Grayscale: #878787. Windows color (decimal): -4096986 or 2522305. OLE color: 2522305.
HSL color Cylindrical-coordinate representation of color #C17C26: hue angle of 33.29º 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 #C17C26 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 124 | 38 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.24 |
| HSL | 33.29º | 0.67% | 0.45% | - |
| HSV(B) | 33.29º | 0.8% | 0.76% | - |
| XYZ | 29.55 | 25.89 | 5.27 | - |
| YUV | 134.83 | 73.36 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 124 | 38 | 0 | 0.36 | 0.80 | 0.24 | 33.29 | 0.67 | 0.45 |
| Hex | C1 | 7C | 26 | 0 | 24 | 50 | 18 | 21 | 43 | 2D |
| Octal | 301 | 174 | 46 | 0 | 44 | 120 | 30 | 41 | 103 | 55 |
| Binary | 11000001 | 1111100 | 100110 | 0 | 100100 | 1010000 | 11000 | 100001 | 1000011 | 101101 |
Color Harmonies of #C17C26
Complementary color
Monochromatic Colors of #C17C26
Black with #C17C26
Text Example
Text Example
White with #C17C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17C26; }
p { color: rgb(193,124,38); }
H1.HeaderClassName
{
color: #C17C26;
}
.AnyTagClassName
{
color: #C17C26;
}
</style>
background-color css
<style>
a { background-color: #C17C26; }
a { background-color: rgb(193,124,38); }
div.DivClassName
{
background-color: #C17C26;
}
.BgClassName
{
background-color: #C17C26;
}
</style>
border-color css
<style>
span { border-color: #C17C26; }
span { border-color: rgb(193,124,38); }
td.TdClassName
{
border-color: #C17C26;
}
.TagClassName
{
border-color: #C17C26;
}
</style>