Shades of Pirate Gold #C0811B
Tints of Pirate Gold #C0811B
RGB
CMYK
RGB Variations
Color information
#C0811B (or 0xC0811B) is known color: Pirate Gold. HEX triplet: C0, 81 and 1B. RGB value is (192,129,27). Sum of RGB (Red+Green+Blue) = 192+129+27=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C0811B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0811B is #3F7EE4. Grayscale: #888888. Windows color (decimal): -4161253 or 1802688. OLE color: 1802688.
HSL color Cylindrical-coordinate representation of color #C0811B: hue angle of 37.09º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0811B is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 129 | 27 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.25 |
| HSL | 37.09º | 0.75% | 0.43% | - |
| HSV(B) | 37.09º | 0.86% | 0.75% | - |
| XYZ | 29.79 | 26.99 | 4.68 | - |
| YUV | 136.21 | 66.37 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 27 | 0 | 0.33 | 0.86 | 0.25 | 37.09 | 0.75 | 0.43 |
| Hex | C0 | 81 | 1B | 0 | 21 | 56 | 19 | 25 | 4B | 2B |
| Octal | 300 | 201 | 33 | 0 | 41 | 126 | 31 | 45 | 113 | 53 |
| Binary | 11000000 | 10000001 | 11011 | 0 | 100001 | 1010110 | 11001 | 100101 | 1001011 | 101011 |
Color Harmonies of #C0811B
Complementary color
Monochromatic Colors of #C0811B
Black with #C0811B
Text Example
Text Example
White with #C0811B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0811B; }
p { color: rgb(192,129,27); }
H1.HeaderClassName
{
color: #C0811B;
}
.AnyTagClassName
{
color: #C0811B;
}
</style>
background-color css
<style>
a { background-color: #C0811B; }
a { background-color: rgb(192,129,27); }
div.DivClassName
{
background-color: #C0811B;
}
.BgClassName
{
background-color: #C0811B;
}
</style>
border-color css
<style>
span { border-color: #C0811B; }
span { border-color: rgb(192,129,27); }
td.TdClassName
{
border-color: #C0811B;
}
.TagClassName
{
border-color: #C0811B;
}
</style>