Shades of Pirate Gold #C1772C
Tints of Pirate Gold #C1772C
RGB
CMYK
RGB Variations
Color information
#C1772C (or 0xC1772C) is known color: Pirate Gold. HEX triplet: C1, 77 and 2C. RGB value is (193,119,44). Sum of RGB (Red+Green+Blue) = 193+119+44=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 44 (17.58% from 255 or 12.36% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C1772C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1772C is #3E88D3. Grayscale: #848484. Windows color (decimal): -4098260 or 2914241. OLE color: 2914241.
HSL color Cylindrical-coordinate representation of color #C1772C: hue angle of 30.2º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1772C is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 119 | 44 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.24 |
| HSL | 30.2º | 0.63% | 0.46% | - |
| HSV(B) | 30.2º | 0.77% | 0.76% | - |
| XYZ | 29.04 | 24.71 | 5.62 | - |
| YUV | 132.58 | 78.02 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 44 | 0 | 0.38 | 0.77 | 0.24 | 30.2 | 0.63 | 0.46 |
| Hex | C1 | 77 | 2C | 0 | 26 | 4D | 18 | 1E | 3F | 2E |
| Octal | 301 | 167 | 54 | 0 | 46 | 115 | 30 | 36 | 77 | 56 |
| Binary | 11000001 | 1110111 | 101100 | 0 | 100110 | 1001101 | 11000 | 11110 | 111111 | 101110 |
Color Harmonies of #C1772C
Complementary color
Monochromatic Colors of #C1772C
Black with #C1772C
Text Example
Text Example
White with #C1772C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1772C; }
p { color: rgb(193,119,44); }
H1.HeaderClassName
{
color: #C1772C;
}
.AnyTagClassName
{
color: #C1772C;
}
</style>
background-color css
<style>
a { background-color: #C1772C; }
a { background-color: rgb(193,119,44); }
div.DivClassName
{
background-color: #C1772C;
}
.BgClassName
{
background-color: #C1772C;
}
</style>
border-color css
<style>
span { border-color: #C1772C; }
span { border-color: rgb(193,119,44); }
td.TdClassName
{
border-color: #C1772C;
}
.TagClassName
{
border-color: #C1772C;
}
</style>