Shades of Pirate Gold #C4792B
Tints of Pirate Gold #C4792B
RGB
CMYK
RGB Variations
Color information
#C4792B (or 0xC4792B) is known color: Pirate Gold. HEX triplet: C4, 79 and 2B. RGB value is (196,121,43). Sum of RGB (Red+Green+Blue) = 196+121+43=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C4792B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4792B is #3B86D4. Grayscale: #868686. Windows color (decimal): -3901141 or 2849220. OLE color: 2849220.
HSL color Cylindrical-coordinate representation of color #C4792B: hue angle of 30.59º degrees, saturation: 0.64, 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 #C4792B is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 121 | 43 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.23 |
| HSL | 30.59º | 0.64% | 0.47% | - |
| HSV(B) | 30.59º | 0.78% | 0.77% | - |
| XYZ | 30.04 | 25.58 | 5.64 | - |
| YUV | 134.53 | 76.35 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 121 | 43 | 0 | 0.38 | 0.78 | 0.23 | 30.59 | 0.64 | 0.47 |
| Hex | C4 | 79 | 2B | 0 | 26 | 4E | 17 | 1F | 40 | 2F |
| Octal | 304 | 171 | 53 | 0 | 46 | 116 | 27 | 37 | 100 | 57 |
| Binary | 11000100 | 1111001 | 101011 | 0 | 100110 | 1001110 | 10111 | 11111 | 1000000 | 101111 |
Color Harmonies of #C4792B
Complementary color
Monochromatic Colors of #C4792B
Black with #C4792B
Text Example
Text Example
White with #C4792B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4792B; }
p { color: rgb(196,121,43); }
H1.HeaderClassName
{
color: #C4792B;
}
.AnyTagClassName
{
color: #C4792B;
}
</style>
background-color css
<style>
a { background-color: #C4792B; }
a { background-color: rgb(196,121,43); }
div.DivClassName
{
background-color: #C4792B;
}
.BgClassName
{
background-color: #C4792B;
}
</style>
border-color css
<style>
span { border-color: #C4792B; }
span { border-color: rgb(196,121,43); }
td.TdClassName
{
border-color: #C4792B;
}
.TagClassName
{
border-color: #C4792B;
}
</style>