Shades of Pirate Gold #C07B2C
Tints of Pirate Gold #C07B2C
RGB
CMYK
RGB Variations
Color information
#C07B2C (or 0xC07B2C) is known color: Pirate Gold. HEX triplet: C0, 7B and 2C. RGB value is (192,123,44). Sum of RGB (Red+Green+Blue) = 192+123+44=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07B2C is #3F84D3. Grayscale: #878787. Windows color (decimal): -4162772 or 2915264. OLE color: 2915264.
HSL color Cylindrical-coordinate representation of color #C07B2C: hue angle of 32.03º 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 #C07B2C is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 123 | 44 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.25 |
| HSL | 32.03º | 0.63% | 0.46% | - |
| HSV(B) | 32.03º | 0.77% | 0.75% | - |
| XYZ | 29.28 | 25.55 | 5.77 | - |
| YUV | 134.63 | 76.86 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 44 | 0 | 0.36 | 0.77 | 0.25 | 32.03 | 0.63 | 0.46 |
| Hex | C0 | 7B | 2C | 0 | 24 | 4D | 19 | 20 | 3F | 2E |
| Octal | 300 | 173 | 54 | 0 | 44 | 115 | 31 | 40 | 77 | 56 |
| Binary | 11000000 | 1111011 | 101100 | 0 | 100100 | 1001101 | 11001 | 100000 | 111111 | 101110 |
Color Harmonies of #C07B2C
Complementary color
Monochromatic Colors of #C07B2C
Black with #C07B2C
Text Example
Text Example
White with #C07B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07B2C; }
p { color: rgb(192,123,44); }
H1.HeaderClassName
{
color: #C07B2C;
}
.AnyTagClassName
{
color: #C07B2C;
}
</style>
background-color css
<style>
a { background-color: #C07B2C; }
a { background-color: rgb(192,123,44); }
div.DivClassName
{
background-color: #C07B2C;
}
.BgClassName
{
background-color: #C07B2C;
}
</style>
border-color css
<style>
span { border-color: #C07B2C; }
span { border-color: rgb(192,123,44); }
td.TdClassName
{
border-color: #C07B2C;
}
.TagClassName
{
border-color: #C07B2C;
}
</style>