Shades of Pirate Gold #C0781E
Tints of Pirate Gold #C0781E
RGB
CMYK
RGB Variations
Color information
#C0781E (or 0xC0781E) is known color: Pirate Gold. HEX triplet: C0, 78 and 1E. RGB value is (192,120,30). Sum of RGB (Red+Green+Blue) = 192+120+30=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C0781E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0781E is #3F87E1. Grayscale: #838383. Windows color (decimal): -4163554 or 1996992. OLE color: 1996992.
HSL color Cylindrical-coordinate representation of color #C0781E: hue angle of 33.33º degrees, saturation: 0.73, 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 #C0781E is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 30 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.25 |
| HSL | 33.33º | 0.73% | 0.44% | - |
| HSV(B) | 33.33º | 0.84% | 0.75% | - |
| XYZ | 28.69 | 24.73 | 4.49 | - |
| YUV | 131.27 | 70.85 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 30 | 0 | 0.38 | 0.84 | 0.25 | 33.33 | 0.73 | 0.44 |
| Hex | C0 | 78 | 1E | 0 | 26 | 54 | 19 | 21 | 49 | 2C |
| Octal | 300 | 170 | 36 | 0 | 46 | 124 | 31 | 41 | 111 | 54 |
| Binary | 11000000 | 1111000 | 11110 | 0 | 100110 | 1010100 | 11001 | 100001 | 1001001 | 101100 |
Color Harmonies of #C0781E
Complementary color
Monochromatic Colors of #C0781E
Black with #C0781E
Text Example
Text Example
White with #C0781E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0781E; }
p { color: rgb(192,120,30); }
H1.HeaderClassName
{
color: #C0781E;
}
.AnyTagClassName
{
color: #C0781E;
}
</style>
background-color css
<style>
a { background-color: #C0781E; }
a { background-color: rgb(192,120,30); }
div.DivClassName
{
background-color: #C0781E;
}
.BgClassName
{
background-color: #C0781E;
}
</style>
border-color css
<style>
span { border-color: #C0781E; }
span { border-color: rgb(192,120,30); }
td.TdClassName
{
border-color: #C0781E;
}
.TagClassName
{
border-color: #C0781E;
}
</style>