Shades of Pirate Gold #C07B2D
Tints of Pirate Gold #C07B2D
RGB
CMYK
RGB Variations
Color information
#C07B2D (or 0xC07B2D) is known color: Pirate Gold. HEX triplet: C0, 7B and 2D. RGB value is (192,123,45). Sum of RGB (Red+Green+Blue) = 192+123+45=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07B2D is #3F84D2. Grayscale: #878787. Windows color (decimal): -4162771 or 2980800. OLE color: 2980800.
HSL color Cylindrical-coordinate representation of color #C07B2D: hue angle of 31.84º degrees, saturation: 0.62, 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 #C07B2D is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 123 | 45 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.25 |
| HSL | 31.84º | 0.62% | 0.46% | - |
| HSV(B) | 31.84º | 0.77% | 0.75% | - |
| XYZ | 29.29 | 25.56 | 5.87 | - |
| YUV | 134.74 | 77.36 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 45 | 0 | 0.36 | 0.77 | 0.25 | 31.84 | 0.62 | 0.46 |
| Hex | C0 | 7B | 2D | 0 | 24 | 4D | 19 | 20 | 3E | 2E |
| Octal | 300 | 173 | 55 | 0 | 44 | 115 | 31 | 40 | 76 | 56 |
| Binary | 11000000 | 1111011 | 101101 | 0 | 100100 | 1001101 | 11001 | 100000 | 111110 | 101110 |
Color Harmonies of #C07B2D
Complementary color
Monochromatic Colors of #C07B2D
Black with #C07B2D
Text Example
Text Example
White with #C07B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07B2D; }
p { color: rgb(192,123,45); }
H1.HeaderClassName
{
color: #C07B2D;
}
.AnyTagClassName
{
color: #C07B2D;
}
</style>
background-color css
<style>
a { background-color: #C07B2D; }
a { background-color: rgb(192,123,45); }
div.DivClassName
{
background-color: #C07B2D;
}
.BgClassName
{
background-color: #C07B2D;
}
</style>
border-color css
<style>
span { border-color: #C07B2D; }
span { border-color: rgb(192,123,45); }
td.TdClassName
{
border-color: #C07B2D;
}
.TagClassName
{
border-color: #C07B2D;
}
</style>