Shades of Pirate Gold #C17223
Tints of Pirate Gold #C17223
RGB
CMYK
RGB Variations
Color information
#C17223 (or 0xC17223) is known color: Pirate Gold. HEX triplet: C1, 72 and 23. RGB value is (193,114,35). Sum of RGB (Red+Green+Blue) = 193+114+35=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 35 (14.06% from 255 or 10.23% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C17223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17223 is #3E8DDC. Grayscale: #818181. Windows color (decimal): -4099549 or 2323137. OLE color: 2323137.
HSL color Cylindrical-coordinate representation of color #C17223: hue angle of 30º degrees, saturation: 0.69, 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 #C17223 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 114 | 35 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.24 |
| HSL | 30º | 0.69% | 0.45% | - |
| HSV(B) | 30º | 0.82% | 0.76% | - |
| XYZ | 28.31 | 23.49 | 4.63 | - |
| YUV | 128.62 | 75.17 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 35 | 0 | 0.41 | 0.82 | 0.24 | 30 | 0.69 | 0.45 |
| Hex | C1 | 72 | 23 | 0 | 29 | 52 | 18 | 1E | 45 | 2D |
| Octal | 301 | 162 | 43 | 0 | 51 | 122 | 30 | 36 | 105 | 55 |
| Binary | 11000001 | 1110010 | 100011 | 0 | 101001 | 1010010 | 11000 | 11110 | 1000101 | 101101 |
Color Harmonies of #C17223
Complementary color
Monochromatic Colors of #C17223
Black with #C17223
Text Example
Text Example
White with #C17223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17223; }
p { color: rgb(193,114,35); }
H1.HeaderClassName
{
color: #C17223;
}
.AnyTagClassName
{
color: #C17223;
}
</style>
background-color css
<style>
a { background-color: #C17223; }
a { background-color: rgb(193,114,35); }
div.DivClassName
{
background-color: #C17223;
}
.BgClassName
{
background-color: #C17223;
}
</style>
border-color css
<style>
span { border-color: #C17223; }
span { border-color: rgb(193,114,35); }
td.TdClassName
{
border-color: #C17223;
}
.TagClassName
{
border-color: #C17223;
}
</style>