Shades of Pirate Gold #C4782C
Tints of Pirate Gold #C4782C
RGB
CMYK
RGB Variations
Color information
#C4782C (or 0xC4782C) is known color: Pirate Gold. HEX triplet: C4, 78 and 2C. RGB value is (196,120,44). Sum of RGB (Red+Green+Blue) = 196+120+44=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C4782C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4782C is #3B87D3. Grayscale: #868686. Windows color (decimal): -3901396 or 2914500. OLE color: 2914500.
HSL color Cylindrical-coordinate representation of color #C4782C: hue angle of 30º 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 #C4782C is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 120 | 44 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.23 |
| HSL | 30º | 0.63% | 0.47% | - |
| HSV(B) | 30º | 0.78% | 0.77% | - |
| XYZ | 29.94 | 25.35 | 5.7 | - |
| YUV | 134.06 | 77.18 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 44 | 0 | 0.39 | 0.78 | 0.23 | 30 | 0.63 | 0.47 |
| Hex | C4 | 78 | 2C | 0 | 27 | 4E | 17 | 1E | 3F | 2F |
| Octal | 304 | 170 | 54 | 0 | 47 | 116 | 27 | 36 | 77 | 57 |
| Binary | 11000100 | 1111000 | 101100 | 0 | 100111 | 1001110 | 10111 | 11110 | 111111 | 101111 |
Color Harmonies of #C4782C
Complementary color
Monochromatic Colors of #C4782C
Black with #C4782C
Text Example
Text Example
White with #C4782C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4782C; }
p { color: rgb(196,120,44); }
H1.HeaderClassName
{
color: #C4782C;
}
.AnyTagClassName
{
color: #C4782C;
}
</style>
background-color css
<style>
a { background-color: #C4782C; }
a { background-color: rgb(196,120,44); }
div.DivClassName
{
background-color: #C4782C;
}
.BgClassName
{
background-color: #C4782C;
}
</style>
border-color css
<style>
span { border-color: #C4782C; }
span { border-color: rgb(196,120,44); }
td.TdClassName
{
border-color: #C4782C;
}
.TagClassName
{
border-color: #C4782C;
}
</style>