Shades of Pirate Gold #C0792C
Tints of Pirate Gold #C0792C
RGB
CMYK
RGB Variations
Color information
#C0792C (or 0xC0792C) is known color: Pirate Gold. HEX triplet: C0, 79 and 2C. RGB value is (192,121,44). Sum of RGB (Red+Green+Blue) = 192+121+44=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C0792C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0792C is #3F86D3. Grayscale: #858585. Windows color (decimal): -4163284 or 2914752. OLE color: 2914752.
HSL color Cylindrical-coordinate representation of color #C0792C: hue angle of 31.22º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0792C is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 44 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.25 |
| HSL | 31.22º | 0.63% | 0.46% | - |
| HSV(B) | 31.22º | 0.77% | 0.75% | - |
| XYZ | 29.03 | 25.06 | 5.69 | - |
| YUV | 133.45 | 77.52 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 44 | 0 | 0.37 | 0.77 | 0.25 | 31.22 | 0.63 | 0.46 |
| Hex | C0 | 79 | 2C | 0 | 25 | 4D | 19 | 1F | 3F | 2E |
| Octal | 300 | 171 | 54 | 0 | 45 | 115 | 31 | 37 | 77 | 56 |
| Binary | 11000000 | 1111001 | 101100 | 0 | 100101 | 1001101 | 11001 | 11111 | 111111 | 101110 |
Color Harmonies of #C0792C
Complementary color
Monochromatic Colors of #C0792C
Black with #C0792C
Text Example
Text Example
White with #C0792C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0792C; }
p { color: rgb(192,121,44); }
H1.HeaderClassName
{
color: #C0792C;
}
.AnyTagClassName
{
color: #C0792C;
}
</style>
background-color css
<style>
a { background-color: #C0792C; }
a { background-color: rgb(192,121,44); }
div.DivClassName
{
background-color: #C0792C;
}
.BgClassName
{
background-color: #C0792C;
}
</style>
border-color css
<style>
span { border-color: #C0792C; }
span { border-color: rgb(192,121,44); }
td.TdClassName
{
border-color: #C0792C;
}
.TagClassName
{
border-color: #C0792C;
}
</style>