Shades of Pirate Gold #C07B2B
Tints of Pirate Gold #C07B2B
RGB
CMYK
RGB Variations
Color information
#C07B2B (or 0xC07B2B) is known color: Pirate Gold. HEX triplet: C0, 7B and 2B. RGB value is (192,123,43). Sum of RGB (Red+Green+Blue) = 192+123+43=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 43 (17.19% from 255 or 12.01% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07B2B is #3F84D4. Grayscale: #868686. Windows color (decimal): -4162773 or 2849728. OLE color: 2849728.
HSL color Cylindrical-coordinate representation of color #C07B2B: hue angle of 32.21º 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 #C07B2B is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 123 | 43 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.25 |
| HSL | 32.21º | 0.63% | 0.46% | - |
| HSV(B) | 32.21º | 0.78% | 0.75% | - |
| XYZ | 29.26 | 25.55 | 5.67 | - |
| YUV | 134.51 | 76.36 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 43 | 0 | 0.36 | 0.78 | 0.25 | 32.21 | 0.63 | 0.46 |
| Hex | C0 | 7B | 2B | 0 | 24 | 4E | 19 | 20 | 3F | 2E |
| Octal | 300 | 173 | 53 | 0 | 44 | 116 | 31 | 40 | 77 | 56 |
| Binary | 11000000 | 1111011 | 101011 | 0 | 100100 | 1001110 | 11001 | 100000 | 111111 | 101110 |
Color Harmonies of #C07B2B
Complementary color
Monochromatic Colors of #C07B2B
Black with #C07B2B
Text Example
Text Example
White with #C07B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07B2B; }
p { color: rgb(192,123,43); }
H1.HeaderClassName
{
color: #C07B2B;
}
.AnyTagClassName
{
color: #C07B2B;
}
</style>
background-color css
<style>
a { background-color: #C07B2B; }
a { background-color: rgb(192,123,43); }
div.DivClassName
{
background-color: #C07B2B;
}
.BgClassName
{
background-color: #C07B2B;
}
</style>
border-color css
<style>
span { border-color: #C07B2B; }
span { border-color: rgb(192,123,43); }
td.TdClassName
{
border-color: #C07B2B;
}
.TagClassName
{
border-color: #C07B2B;
}
</style>