Shades of Pirate Gold #C17821
Tints of Pirate Gold #C17821
RGB
CMYK
RGB Variations
Color information
#C17821 (or 0xC17821) is known color: Pirate Gold. HEX triplet: C1, 78 and 21. RGB value is (193,120,33). Sum of RGB (Red+Green+Blue) = 193+120+33=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C17821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17821 is #3E87DE. Grayscale: #848484. Windows color (decimal): -4098015 or 2193601. OLE color: 2193601.
HSL color Cylindrical-coordinate representation of color #C17821: hue angle of 32.62º 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 #C17821 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 33 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.24 |
| HSL | 32.63º | 0.71% | 0.44% | - |
| HSV(B) | 32.63º | 0.83% | 0.76% | - |
| XYZ | 28.98 | 24.88 | 4.71 | - |
| YUV | 131.91 | 72.18 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 33 | 0 | 0.38 | 0.83 | 0.24 | 32.63 | 0.71 | 0.44 |
| Hex | C1 | 78 | 21 | 0 | 26 | 53 | 18 | 21 | 47 | 2C |
| Octal | 301 | 170 | 41 | 0 | 46 | 123 | 30 | 41 | 107 | 54 |
| Binary | 11000001 | 1111000 | 100001 | 0 | 100110 | 1010011 | 11000 | 100001 | 1000111 | 101100 |
Color Harmonies of #C17821
Complementary color
Monochromatic Colors of #C17821
Black with #C17821
Text Example
Text Example
White with #C17821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17821; }
p { color: rgb(193,120,33); }
H1.HeaderClassName
{
color: #C17821;
}
.AnyTagClassName
{
color: #C17821;
}
</style>
background-color css
<style>
a { background-color: #C17821; }
a { background-color: rgb(193,120,33); }
div.DivClassName
{
background-color: #C17821;
}
.BgClassName
{
background-color: #C17821;
}
</style>
border-color css
<style>
span { border-color: #C17821; }
span { border-color: rgb(193,120,33); }
td.TdClassName
{
border-color: #C17821;
}
.TagClassName
{
border-color: #C17821;
}
</style>