Shades of Pirate Gold #C0801D
Tints of Pirate Gold #C0801D
RGB
CMYK
RGB Variations
Color information
#C0801D (or 0xC0801D) is known color: Pirate Gold. HEX triplet: C0, 80 and 1D. RGB value is (192,128,29). Sum of RGB (Red+Green+Blue) = 192+128+29=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C0801D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0801D is #3F7FE2. Grayscale: #888888. Windows color (decimal): -4161507 or 1933504. OLE color: 1933504.
HSL color Cylindrical-coordinate representation of color #C0801D: hue angle of 36.44º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0801D is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 128 | 29 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.25 |
| HSL | 36.44º | 0.74% | 0.43% | - |
| HSV(B) | 36.44º | 0.85% | 0.75% | - |
| XYZ | 29.68 | 26.73 | 4.76 | - |
| YUV | 135.85 | 67.7 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 29 | 0 | 0.33 | 0.85 | 0.25 | 36.44 | 0.74 | 0.43 |
| Hex | C0 | 80 | 1D | 0 | 21 | 55 | 19 | 24 | 4A | 2B |
| Octal | 300 | 200 | 35 | 0 | 41 | 125 | 31 | 44 | 112 | 53 |
| Binary | 11000000 | 10000000 | 11101 | 0 | 100001 | 1010101 | 11001 | 100100 | 1001010 | 101011 |
Color Harmonies of #C0801D
Complementary color
Monochromatic Colors of #C0801D
Black with #C0801D
Text Example
Text Example
White with #C0801D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0801D; }
p { color: rgb(192,128,29); }
H1.HeaderClassName
{
color: #C0801D;
}
.AnyTagClassName
{
color: #C0801D;
}
</style>
background-color css
<style>
a { background-color: #C0801D; }
a { background-color: rgb(192,128,29); }
div.DivClassName
{
background-color: #C0801D;
}
.BgClassName
{
background-color: #C0801D;
}
</style>
border-color css
<style>
span { border-color: #C0801D; }
span { border-color: rgb(192,128,29); }
td.TdClassName
{
border-color: #C0801D;
}
.TagClassName
{
border-color: #C0801D;
}
</style>