Shades of Pirate Gold #C0782B
Tints of Pirate Gold #C0782B
RGB
CMYK
RGB Variations
Color information
#C0782B (or 0xC0782B) is known color: Pirate Gold. HEX triplet: C0, 78 and 2B. RGB value is (192,120,43). Sum of RGB (Red+Green+Blue) = 192+120+43=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C0782B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0782B is #3F87D4. Grayscale: #858585. Windows color (decimal): -4163541 or 2848960. OLE color: 2848960.
HSL color Cylindrical-coordinate representation of color #C0782B: hue angle of 31.01º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0782B is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 43 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.25 |
| HSL | 31.01º | 0.63% | 0.46% | - |
| HSV(B) | 31.01º | 0.78% | 0.75% | - |
| XYZ | 28.89 | 24.81 | 5.55 | - |
| YUV | 132.75 | 77.35 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 43 | 0 | 0.38 | 0.78 | 0.25 | 31.01 | 0.63 | 0.46 |
| Hex | C0 | 78 | 2B | 0 | 26 | 4E | 19 | 1F | 3F | 2E |
| Octal | 300 | 170 | 53 | 0 | 46 | 116 | 31 | 37 | 77 | 56 |
| Binary | 11000000 | 1111000 | 101011 | 0 | 100110 | 1001110 | 11001 | 11111 | 111111 | 101110 |
Color Harmonies of #C0782B
Complementary color
Monochromatic Colors of #C0782B
Black with #C0782B
Text Example
Text Example
White with #C0782B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0782B; }
p { color: rgb(192,120,43); }
H1.HeaderClassName
{
color: #C0782B;
}
.AnyTagClassName
{
color: #C0782B;
}
</style>
background-color css
<style>
a { background-color: #C0782B; }
a { background-color: rgb(192,120,43); }
div.DivClassName
{
background-color: #C0782B;
}
.BgClassName
{
background-color: #C0782B;
}
</style>
border-color css
<style>
span { border-color: #C0782B; }
span { border-color: rgb(192,120,43); }
td.TdClassName
{
border-color: #C0782B;
}
.TagClassName
{
border-color: #C0782B;
}
</style>