Shades of Pirate Gold #C07223
Tints of Pirate Gold #C07223
RGB
CMYK
RGB Variations
Color information
#C07223 (or 0xC07223) is known color: Pirate Gold. HEX triplet: C0, 72 and 23. RGB value is (192,114,35). Sum of RGB (Red+Green+Blue) = 192+114+35=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 35 (14.06% from 255 or 10.26% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C07223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07223 is #3F8DDC. Grayscale: #808080. Windows color (decimal): -4165085 or 2323136. OLE color: 2323136.
HSL color Cylindrical-coordinate representation of color #C07223: hue angle of 30.19º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C07223 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 114 | 35 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.25 |
| HSL | 30.19º | 0.69% | 0.45% | - |
| HSV(B) | 30.19º | 0.82% | 0.75% | - |
| XYZ | 28.06 | 23.36 | 4.62 | - |
| YUV | 128.32 | 75.34 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 35 | 0 | 0.41 | 0.82 | 0.25 | 30.19 | 0.69 | 0.45 |
| Hex | C0 | 72 | 23 | 0 | 29 | 52 | 19 | 1E | 45 | 2D |
| Octal | 300 | 162 | 43 | 0 | 51 | 122 | 31 | 36 | 105 | 55 |
| Binary | 11000000 | 1110010 | 100011 | 0 | 101001 | 1010010 | 11001 | 11110 | 1000101 | 101101 |
Color Harmonies of #C07223
Complementary color
Monochromatic Colors of #C07223
Black with #C07223
Text Example
Text Example
White with #C07223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07223; }
p { color: rgb(192,114,35); }
H1.HeaderClassName
{
color: #C07223;
}
.AnyTagClassName
{
color: #C07223;
}
</style>
background-color css
<style>
a { background-color: #C07223; }
a { background-color: rgb(192,114,35); }
div.DivClassName
{
background-color: #C07223;
}
.BgClassName
{
background-color: #C07223;
}
</style>
border-color css
<style>
span { border-color: #C07223; }
span { border-color: rgb(192,114,35); }
td.TdClassName
{
border-color: #C07223;
}
.TagClassName
{
border-color: #C07223;
}
</style>