Shades of Pirate Gold #C5782C
Tints of Pirate Gold #C5782C
RGB
CMYK
RGB Variations
Color information
#C5782C (or 0xC5782C) is known color: Pirate Gold. HEX triplet: C5, 78 and 2C. RGB value is (197,120,44). Sum of RGB (Red+Green+Blue) = 197+120+44=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C5782C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5782C is #3A87D3. Grayscale: #868686. Windows color (decimal): -3835860 or 2914501. OLE color: 2914501.
HSL color Cylindrical-coordinate representation of color #C5782C: hue angle of 29.8º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5782C is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 44 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.23 |
| HSL | 29.8º | 0.63% | 0.47% | - |
| HSV(B) | 29.8º | 0.78% | 0.77% | - |
| XYZ | 30.2 | 25.49 | 5.71 | - |
| YUV | 134.36 | 77.01 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 44 | 0 | 0.39 | 0.78 | 0.23 | 29.8 | 0.63 | 0.47 |
| Hex | C5 | 78 | 2C | 0 | 27 | 4E | 17 | 1E | 3F | 2F |
| Octal | 305 | 170 | 54 | 0 | 47 | 116 | 27 | 36 | 77 | 57 |
| Binary | 11000101 | 1111000 | 101100 | 0 | 100111 | 1001110 | 10111 | 11110 | 111111 | 101111 |
Color Harmonies of #C5782C
Complementary color
Monochromatic Colors of #C5782C
Black with #C5782C
Text Example
Text Example
White with #C5782C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5782C; }
p { color: rgb(197,120,44); }
H1.HeaderClassName
{
color: #C5782C;
}
.AnyTagClassName
{
color: #C5782C;
}
</style>
background-color css
<style>
a { background-color: #C5782C; }
a { background-color: rgb(197,120,44); }
div.DivClassName
{
background-color: #C5782C;
}
.BgClassName
{
background-color: #C5782C;
}
</style>
border-color css
<style>
span { border-color: #C5782C; }
span { border-color: rgb(197,120,44); }
td.TdClassName
{
border-color: #C5782C;
}
.TagClassName
{
border-color: #C5782C;
}
</style>