Shades of Pirate Gold #C17B22
Tints of Pirate Gold #C17B22
RGB
CMYK
RGB Variations
Color information
#C17B22 (or 0xC17B22) is known color: Pirate Gold. HEX triplet: C1, 7B and 22. RGB value is (193,123,34). Sum of RGB (Red+Green+Blue) = 193+123+34=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 34 (13.67% from 255 or 9.71% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17B22 is #3E84DD. Grayscale: #868686. Windows color (decimal): -4097246 or 2259905. OLE color: 2259905.
HSL color Cylindrical-coordinate representation of color #C17B22: hue angle of 33.58º 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 #C17B22 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 123 | 34 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.24 |
| HSL | 33.58º | 0.7% | 0.45% | - |
| HSV(B) | 33.58º | 0.82% | 0.76% | - |
| XYZ | 29.36 | 25.62 | 4.91 | - |
| YUV | 133.78 | 71.69 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 34 | 0 | 0.36 | 0.82 | 0.24 | 33.58 | 0.7 | 0.45 |
| Hex | C1 | 7B | 22 | 0 | 24 | 52 | 18 | 22 | 46 | 2D |
| Octal | 301 | 173 | 42 | 0 | 44 | 122 | 30 | 42 | 106 | 55 |
| Binary | 11000001 | 1111011 | 100010 | 0 | 100100 | 1010010 | 11000 | 100010 | 1000110 | 101101 |
Color Harmonies of #C17B22
Complementary color
Monochromatic Colors of #C17B22
Black with #C17B22
Text Example
Text Example
White with #C17B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17B22; }
p { color: rgb(193,123,34); }
H1.HeaderClassName
{
color: #C17B22;
}
.AnyTagClassName
{
color: #C17B22;
}
</style>
background-color css
<style>
a { background-color: #C17B22; }
a { background-color: rgb(193,123,34); }
div.DivClassName
{
background-color: #C17B22;
}
.BgClassName
{
background-color: #C17B22;
}
</style>
border-color css
<style>
span { border-color: #C17B22; }
span { border-color: rgb(193,123,34); }
td.TdClassName
{
border-color: #C17B22;
}
.TagClassName
{
border-color: #C17B22;
}
</style>