Shades of Pirate Gold #C07922
Tints of Pirate Gold #C07922
RGB
CMYK
RGB Variations
Color information
#C07922 (or 0xC07922) is known color: Pirate Gold. HEX triplet: C0, 79 and 22. RGB value is (192,121,34). Sum of RGB (Red+Green+Blue) = 192+121+34=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C07922 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07922 is #3F86DD. Grayscale: #848484. Windows color (decimal): -4163294 or 2259392. OLE color: 2259392.
HSL color Cylindrical-coordinate representation of color #C07922: hue angle of 33.04º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C07922 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 34 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.25 |
| HSL | 33.04º | 0.7% | 0.44% | - |
| HSV(B) | 33.04º | 0.82% | 0.75% | - |
| XYZ | 28.86 | 25 | 4.82 | - |
| YUV | 132.31 | 72.52 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 34 | 0 | 0.37 | 0.82 | 0.25 | 33.04 | 0.7 | 0.44 |
| Hex | C0 | 79 | 22 | 0 | 25 | 52 | 19 | 21 | 46 | 2C |
| Octal | 300 | 171 | 42 | 0 | 45 | 122 | 31 | 41 | 106 | 54 |
| Binary | 11000000 | 1111001 | 100010 | 0 | 100101 | 1010010 | 11001 | 100001 | 1000110 | 101100 |
Color Harmonies of #C07922
Complementary color
Monochromatic Colors of #C07922
Black with #C07922
Text Example
Text Example
White with #C07922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07922; }
p { color: rgb(192,121,34); }
H1.HeaderClassName
{
color: #C07922;
}
.AnyTagClassName
{
color: #C07922;
}
</style>
background-color css
<style>
a { background-color: #C07922; }
a { background-color: rgb(192,121,34); }
div.DivClassName
{
background-color: #C07922;
}
.BgClassName
{
background-color: #C07922;
}
</style>
border-color css
<style>
span { border-color: #C07922; }
span { border-color: rgb(192,121,34); }
td.TdClassName
{
border-color: #C07922;
}
.TagClassName
{
border-color: #C07922;
}
</style>