Shades of Pirate Gold #C17A21
Tints of Pirate Gold #C17A21
RGB
CMYK
RGB Variations
Color information
#C17A21 (or 0xC17A21) is known color: Pirate Gold. HEX triplet: C1, 7A and 21. RGB value is (193,122,33). Sum of RGB (Red+Green+Blue) = 193+122+33=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 33 (13.28% from 255 or 9.48% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17A21 is #3E85DE. Grayscale: #858585. Windows color (decimal): -4097503 or 2194113. OLE color: 2194113.
HSL color Cylindrical-coordinate representation of color #C17A21: hue angle of 33.38º 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 #C17A21 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 122 | 33 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.24 |
| HSL | 33.38º | 0.71% | 0.44% | - |
| HSV(B) | 33.38º | 0.83% | 0.76% | - |
| XYZ | 29.23 | 25.37 | 4.79 | - |
| YUV | 133.08 | 71.52 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 33 | 0 | 0.37 | 0.83 | 0.24 | 33.38 | 0.71 | 0.44 |
| Hex | C1 | 7A | 21 | 0 | 25 | 53 | 18 | 21 | 47 | 2C |
| Octal | 301 | 172 | 41 | 0 | 45 | 123 | 30 | 41 | 107 | 54 |
| Binary | 11000001 | 1111010 | 100001 | 0 | 100101 | 1010011 | 11000 | 100001 | 1000111 | 101100 |
Color Harmonies of #C17A21
Complementary color
Monochromatic Colors of #C17A21
Black with #C17A21
Text Example
Text Example
White with #C17A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17A21; }
p { color: rgb(193,122,33); }
H1.HeaderClassName
{
color: #C17A21;
}
.AnyTagClassName
{
color: #C17A21;
}
</style>
background-color css
<style>
a { background-color: #C17A21; }
a { background-color: rgb(193,122,33); }
div.DivClassName
{
background-color: #C17A21;
}
.BgClassName
{
background-color: #C17A21;
}
</style>
border-color css
<style>
span { border-color: #C17A21; }
span { border-color: rgb(193,122,33); }
td.TdClassName
{
border-color: #C17A21;
}
.TagClassName
{
border-color: #C17A21;
}
</style>