Shades of Pirate Gold #C17623
Tints of Pirate Gold #C17623
RGB
CMYK
RGB Variations
Color information
#C17623 (or 0xC17623) is known color: Pirate Gold. HEX triplet: C1, 76 and 23. RGB value is (193,118,35). Sum of RGB (Red+Green+Blue) = 193+118+35=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 35 (14.06% from 255 or 10.12% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C17623 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17623 is #3E89DC. Grayscale: #838383. Windows color (decimal): -4098525 or 2324161. OLE color: 2324161.
HSL color Cylindrical-coordinate representation of color #C17623: hue angle of 31.52º 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 #C17623 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 118 | 35 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.24 |
| HSL | 31.52º | 0.69% | 0.45% | - |
| HSV(B) | 31.52º | 0.82% | 0.76% | - |
| XYZ | 28.77 | 24.42 | 4.79 | - |
| YUV | 130.96 | 73.85 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 35 | 0 | 0.39 | 0.82 | 0.24 | 31.52 | 0.69 | 0.45 |
| Hex | C1 | 76 | 23 | 0 | 27 | 52 | 18 | 20 | 45 | 2D |
| Octal | 301 | 166 | 43 | 0 | 47 | 122 | 30 | 40 | 105 | 55 |
| Binary | 11000001 | 1110110 | 100011 | 0 | 100111 | 1010010 | 11000 | 100000 | 1000101 | 101101 |
Color Harmonies of #C17623
Complementary color
Monochromatic Colors of #C17623
Black with #C17623
Text Example
Text Example
White with #C17623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17623; }
p { color: rgb(193,118,35); }
H1.HeaderClassName
{
color: #C17623;
}
.AnyTagClassName
{
color: #C17623;
}
</style>
background-color css
<style>
a { background-color: #C17623; }
a { background-color: rgb(193,118,35); }
div.DivClassName
{
background-color: #C17623;
}
.BgClassName
{
background-color: #C17623;
}
</style>
border-color css
<style>
span { border-color: #C17623; }
span { border-color: rgb(193,118,35); }
td.TdClassName
{
border-color: #C17623;
}
.TagClassName
{
border-color: #C17623;
}
</style>