Shades of Pirate Gold #C1782D
Tints of Pirate Gold #C1782D
RGB
CMYK
RGB Variations
Color information
#C1782D (or 0xC1782D) is known color: Pirate Gold. HEX triplet: C1, 78 and 2D. RGB value is (193,120,45). Sum of RGB (Red+Green+Blue) = 193+120+45=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C1782D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1782D is #3E87D2. Grayscale: #858585. Windows color (decimal): -4098003 or 2980033. OLE color: 2980033.
HSL color Cylindrical-coordinate representation of color #C1782D: hue angle of 30.41º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1782D is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 45 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.24 |
| HSL | 30.41º | 0.62% | 0.47% | - |
| HSV(B) | 30.41º | 0.77% | 0.76% | - |
| XYZ | 29.18 | 24.96 | 5.76 | - |
| YUV | 133.28 | 78.18 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 45 | 0 | 0.38 | 0.77 | 0.24 | 30.41 | 0.62 | 0.47 |
| Hex | C1 | 78 | 2D | 0 | 26 | 4D | 18 | 1E | 3E | 2F |
| Octal | 301 | 170 | 55 | 0 | 46 | 115 | 30 | 36 | 76 | 57 |
| Binary | 11000001 | 1111000 | 101101 | 0 | 100110 | 1001101 | 11000 | 11110 | 111110 | 101111 |
Color Harmonies of #C1782D
Complementary color
Monochromatic Colors of #C1782D
Black with #C1782D
Text Example
Text Example
White with #C1782D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1782D; }
p { color: rgb(193,120,45); }
H1.HeaderClassName
{
color: #C1782D;
}
.AnyTagClassName
{
color: #C1782D;
}
</style>
background-color css
<style>
a { background-color: #C1782D; }
a { background-color: rgb(193,120,45); }
div.DivClassName
{
background-color: #C1782D;
}
.BgClassName
{
background-color: #C1782D;
}
</style>
border-color css
<style>
span { border-color: #C1782D; }
span { border-color: rgb(193,120,45); }
td.TdClassName
{
border-color: #C1782D;
}
.TagClassName
{
border-color: #C1782D;
}
</style>