Shades of Pirate Gold #C17A28
Tints of Pirate Gold #C17A28
RGB
CMYK
RGB Variations
Color information
#C17A28 (or 0xC17A28) is known color: Pirate Gold. HEX triplet: C1, 7A and 28. RGB value is (193,122,40). Sum of RGB (Red+Green+Blue) = 193+122+40=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17A28 is #3E85D7. Grayscale: #868686. Windows color (decimal): -4097496 or 2652865. OLE color: 2652865.
HSL color Cylindrical-coordinate representation of color #C17A28: hue angle of 32.16º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C17A28 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 122 | 40 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.24 |
| HSL | 32.16º | 0.66% | 0.46% | - |
| HSV(B) | 32.16º | 0.79% | 0.76% | - |
| XYZ | 29.33 | 25.41 | 5.37 | - |
| YUV | 133.88 | 75.02 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 40 | 0 | 0.37 | 0.79 | 0.24 | 32.16 | 0.66 | 0.46 |
| Hex | C1 | 7A | 28 | 0 | 25 | 4F | 18 | 20 | 42 | 2E |
| Octal | 301 | 172 | 50 | 0 | 45 | 117 | 30 | 40 | 102 | 56 |
| Binary | 11000001 | 1111010 | 101000 | 0 | 100101 | 1001111 | 11000 | 100000 | 1000010 | 101110 |
Color Harmonies of #C17A28
Complementary color
Monochromatic Colors of #C17A28
Black with #C17A28
Text Example
Text Example
White with #C17A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17A28; }
p { color: rgb(193,122,40); }
H1.HeaderClassName
{
color: #C17A28;
}
.AnyTagClassName
{
color: #C17A28;
}
</style>
background-color css
<style>
a { background-color: #C17A28; }
a { background-color: rgb(193,122,40); }
div.DivClassName
{
background-color: #C17A28;
}
.BgClassName
{
background-color: #C17A28;
}
</style>
border-color css
<style>
span { border-color: #C17A28; }
span { border-color: rgb(193,122,40); }
td.TdClassName
{
border-color: #C17A28;
}
.TagClassName
{
border-color: #C17A28;
}
</style>