Shades of Pirate Gold #C17A22
Tints of Pirate Gold #C17A22
RGB
CMYK
RGB Variations
Color information
#C17A22 (or 0xC17A22) is known color: Pirate Gold. HEX triplet: C1, 7A and 22. RGB value is (193,122,34). Sum of RGB (Red+Green+Blue) = 193+122+34=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 34 (13.67% from 255 or 9.74% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17A22 is #3E85DD. Grayscale: #858585. Windows color (decimal): -4097502 or 2259649. OLE color: 2259649.
HSL color Cylindrical-coordinate representation of color #C17A22: hue angle of 33.21º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C17A22 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 122 | 34 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.24 |
| HSL | 33.21º | 0.7% | 0.45% | - |
| HSV(B) | 33.21º | 0.82% | 0.76% | - |
| XYZ | 29.24 | 25.37 | 4.87 | - |
| YUV | 133.2 | 72.02 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 34 | 0 | 0.37 | 0.82 | 0.24 | 33.21 | 0.7 | 0.45 |
| Hex | C1 | 7A | 22 | 0 | 25 | 52 | 18 | 21 | 46 | 2D |
| Octal | 301 | 172 | 42 | 0 | 45 | 122 | 30 | 41 | 106 | 55 |
| Binary | 11000001 | 1111010 | 100010 | 0 | 100101 | 1010010 | 11000 | 100001 | 1000110 | 101101 |
Color Harmonies of #C17A22
Complementary color
Monochromatic Colors of #C17A22
Black with #C17A22
Text Example
Text Example
White with #C17A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17A22; }
p { color: rgb(193,122,34); }
H1.HeaderClassName
{
color: #C17A22;
}
.AnyTagClassName
{
color: #C17A22;
}
</style>
background-color css
<style>
a { background-color: #C17A22; }
a { background-color: rgb(193,122,34); }
div.DivClassName
{
background-color: #C17A22;
}
.BgClassName
{
background-color: #C17A22;
}
</style>
border-color css
<style>
span { border-color: #C17A22; }
span { border-color: rgb(193,122,34); }
td.TdClassName
{
border-color: #C17A22;
}
.TagClassName
{
border-color: #C17A22;
}
</style>