Shades of Pirate Gold #C07623
Tints of Pirate Gold #C07623
RGB
CMYK
RGB Variations
Color information
#C07623 (or 0xC07623) is known color: Pirate Gold. HEX triplet: C0, 76 and 23. RGB value is (192,118,35). Sum of RGB (Red+Green+Blue) = 192+118+35=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 35 (14.06% from 255 or 10.14% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C07623 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07623 is #3F89DC. Grayscale: #838383. Windows color (decimal): -4164061 or 2324160. OLE color: 2324160.
HSL color Cylindrical-coordinate representation of color #C07623: hue angle of 31.72º 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 #C07623 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 35 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.25 |
| HSL | 31.72º | 0.69% | 0.45% | - |
| HSV(B) | 31.72º | 0.82% | 0.75% | - |
| XYZ | 28.52 | 24.28 | 4.77 | - |
| YUV | 130.66 | 74.02 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 35 | 0 | 0.39 | 0.82 | 0.25 | 31.72 | 0.69 | 0.45 |
| Hex | C0 | 76 | 23 | 0 | 27 | 52 | 19 | 20 | 45 | 2D |
| Octal | 300 | 166 | 43 | 0 | 47 | 122 | 31 | 40 | 105 | 55 |
| Binary | 11000000 | 1110110 | 100011 | 0 | 100111 | 1010010 | 11001 | 100000 | 1000101 | 101101 |
Color Harmonies of #C07623
Complementary color
Monochromatic Colors of #C07623
Black with #C07623
Text Example
Text Example
White with #C07623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07623; }
p { color: rgb(192,118,35); }
H1.HeaderClassName
{
color: #C07623;
}
.AnyTagClassName
{
color: #C07623;
}
</style>
background-color css
<style>
a { background-color: #C07623; }
a { background-color: rgb(192,118,35); }
div.DivClassName
{
background-color: #C07623;
}
.BgClassName
{
background-color: #C07623;
}
</style>
border-color css
<style>
span { border-color: #C07623; }
span { border-color: rgb(192,118,35); }
td.TdClassName
{
border-color: #C07623;
}
.TagClassName
{
border-color: #C07623;
}
</style>