Shades of Pirate Gold #C0781F
Tints of Pirate Gold #C0781F
RGB
CMYK
RGB Variations
Color information
#C0781F (or 0xC0781F) is known color: Pirate Gold. HEX triplet: C0, 78 and 1F. RGB value is (192,120,31). Sum of RGB (Red+Green+Blue) = 192+120+31=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C0781F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0781F is #3F87E0. Grayscale: #838383. Windows color (decimal): -4163553 or 2062528. OLE color: 2062528.
HSL color Cylindrical-coordinate representation of color #C0781F: hue angle of 33.17º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0781F is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 31 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.25 |
| HSL | 33.17º | 0.72% | 0.44% | - |
| HSV(B) | 33.17º | 0.84% | 0.75% | - |
| XYZ | 28.7 | 24.74 | 4.56 | - |
| YUV | 131.38 | 71.35 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 31 | 0 | 0.38 | 0.84 | 0.25 | 33.17 | 0.72 | 0.44 |
| Hex | C0 | 78 | 1F | 0 | 26 | 54 | 19 | 21 | 48 | 2C |
| Octal | 300 | 170 | 37 | 0 | 46 | 124 | 31 | 41 | 110 | 54 |
| Binary | 11000000 | 1111000 | 11111 | 0 | 100110 | 1010100 | 11001 | 100001 | 1001000 | 101100 |
Color Harmonies of #C0781F
Complementary color
Monochromatic Colors of #C0781F
Black with #C0781F
Text Example
Text Example
White with #C0781F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0781F; }
p { color: rgb(192,120,31); }
H1.HeaderClassName
{
color: #C0781F;
}
.AnyTagClassName
{
color: #C0781F;
}
</style>
background-color css
<style>
a { background-color: #C0781F; }
a { background-color: rgb(192,120,31); }
div.DivClassName
{
background-color: #C0781F;
}
.BgClassName
{
background-color: #C0781F;
}
</style>
border-color css
<style>
span { border-color: #C0781F; }
span { border-color: rgb(192,120,31); }
td.TdClassName
{
border-color: #C0781F;
}
.TagClassName
{
border-color: #C0781F;
}
</style>