Shades of Pirate Gold #C17721
Tints of Pirate Gold #C17721
RGB
CMYK
RGB Variations
Color information
#C17721 (or 0xC17721) is known color: Pirate Gold. HEX triplet: C1, 77 and 21. RGB value is (193,119,33). Sum of RGB (Red+Green+Blue) = 193+119+33=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C17721 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17721 is #3E88DE. Grayscale: #838383. Windows color (decimal): -4098271 or 2193345. OLE color: 2193345.
HSL color Cylindrical-coordinate representation of color #C17721: hue angle of 32.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C17721 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 119 | 33 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.24 |
| HSL | 32.25º | 0.71% | 0.44% | - |
| HSV(B) | 32.25º | 0.83% | 0.76% | - |
| XYZ | 28.86 | 24.64 | 4.67 | - |
| YUV | 131.32 | 72.52 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 33 | 0 | 0.38 | 0.83 | 0.24 | 32.25 | 0.71 | 0.44 |
| Hex | C1 | 77 | 21 | 0 | 26 | 53 | 18 | 20 | 47 | 2C |
| Octal | 301 | 167 | 41 | 0 | 46 | 123 | 30 | 40 | 107 | 54 |
| Binary | 11000001 | 1110111 | 100001 | 0 | 100110 | 1010011 | 11000 | 100000 | 1000111 | 101100 |
Color Harmonies of #C17721
Complementary color
Monochromatic Colors of #C17721
Black with #C17721
Text Example
Text Example
White with #C17721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17721; }
p { color: rgb(193,119,33); }
H1.HeaderClassName
{
color: #C17721;
}
.AnyTagClassName
{
color: #C17721;
}
</style>
background-color css
<style>
a { background-color: #C17721; }
a { background-color: rgb(193,119,33); }
div.DivClassName
{
background-color: #C17721;
}
.BgClassName
{
background-color: #C17721;
}
</style>
border-color css
<style>
span { border-color: #C17721; }
span { border-color: rgb(193,119,33); }
td.TdClassName
{
border-color: #C17721;
}
.TagClassName
{
border-color: #C17721;
}
</style>