Shades of Pirate Gold #C07D2B
Tints of Pirate Gold #C07D2B
RGB
CMYK
RGB Variations
Color information
#C07D2B (or 0xC07D2B) is known color: Pirate Gold. HEX triplet: C0, 7D and 2B. RGB value is (192,125,43). Sum of RGB (Red+Green+Blue) = 192+125+43=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07D2B is #3F82D4. Grayscale: #888888. Windows color (decimal): -4162261 or 2850240. OLE color: 2850240.
HSL color Cylindrical-coordinate representation of color #C07D2B: hue angle of 33.02º 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 #C07D2B is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 125 | 43 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.25 |
| HSL | 33.02º | 0.63% | 0.46% | - |
| HSV(B) | 33.02º | 0.78% | 0.75% | - |
| XYZ | 29.51 | 26.05 | 5.76 | - |
| YUV | 135.69 | 75.7 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 43 | 0 | 0.35 | 0.78 | 0.25 | 33.02 | 0.63 | 0.46 |
| Hex | C0 | 7D | 2B | 0 | 23 | 4E | 19 | 21 | 3F | 2E |
| Octal | 300 | 175 | 53 | 0 | 43 | 116 | 31 | 41 | 77 | 56 |
| Binary | 11000000 | 1111101 | 101011 | 0 | 100011 | 1001110 | 11001 | 100001 | 111111 | 101110 |
Color Harmonies of #C07D2B
Complementary color
Monochromatic Colors of #C07D2B
Black with #C07D2B
Text Example
Text Example
White with #C07D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07D2B; }
p { color: rgb(192,125,43); }
H1.HeaderClassName
{
color: #C07D2B;
}
.AnyTagClassName
{
color: #C07D2B;
}
</style>
background-color css
<style>
a { background-color: #C07D2B; }
a { background-color: rgb(192,125,43); }
div.DivClassName
{
background-color: #C07D2B;
}
.BgClassName
{
background-color: #C07D2B;
}
</style>
border-color css
<style>
span { border-color: #C07D2B; }
span { border-color: rgb(192,125,43); }
td.TdClassName
{
border-color: #C07D2B;
}
.TagClassName
{
border-color: #C07D2B;
}
</style>