Shades of Pirate Gold #C17D27
Tints of Pirate Gold #C17D27
RGB
CMYK
RGB Variations
Color information
#C17D27 (or 0xC17D27) is known color: Pirate Gold. HEX triplet: C1, 7D and 27. RGB value is (193,125,39). Sum of RGB (Red+Green+Blue) = 193+125+39=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 39 (15.62% from 255 or 10.92% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17D27 is #3E82D8. Grayscale: #878787. Windows color (decimal): -4096729 or 2588097. OLE color: 2588097.
HSL color Cylindrical-coordinate representation of color #C17D27: hue angle of 33.51º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C17D27 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 125 | 39 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.24 |
| HSL | 33.51º | 0.66% | 0.45% | - |
| HSV(B) | 33.51º | 0.8% | 0.76% | - |
| XYZ | 29.69 | 26.15 | 5.4 | - |
| YUV | 135.53 | 73.53 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 125 | 39 | 0 | 0.35 | 0.80 | 0.24 | 33.51 | 0.66 | 0.45 |
| Hex | C1 | 7D | 27 | 0 | 23 | 50 | 18 | 22 | 42 | 2D |
| Octal | 301 | 175 | 47 | 0 | 43 | 120 | 30 | 42 | 102 | 55 |
| Binary | 11000001 | 1111101 | 100111 | 0 | 100011 | 1010000 | 11000 | 100010 | 1000010 | 101101 |
Color Harmonies of #C17D27
Complementary color
Monochromatic Colors of #C17D27
Black with #C17D27
Text Example
Text Example
White with #C17D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17D27; }
p { color: rgb(193,125,39); }
H1.HeaderClassName
{
color: #C17D27;
}
.AnyTagClassName
{
color: #C17D27;
}
</style>
background-color css
<style>
a { background-color: #C17D27; }
a { background-color: rgb(193,125,39); }
div.DivClassName
{
background-color: #C17D27;
}
.BgClassName
{
background-color: #C17D27;
}
</style>
border-color css
<style>
span { border-color: #C17D27; }
span { border-color: rgb(193,125,39); }
td.TdClassName
{
border-color: #C17D27;
}
.TagClassName
{
border-color: #C17D27;
}
</style>