Shades of Pirate Gold #C1752A
Tints of Pirate Gold #C1752A
RGB
CMYK
RGB Variations
Color information
#C1752A (or 0xC1752A) is known color: Pirate Gold. HEX triplet: C1, 75 and 2A. RGB value is (193,117,42). Sum of RGB (Red+Green+Blue) = 193+117+42=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C1752A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1752A is #3E8AD5. Grayscale: #838383. Windows color (decimal): -4098774 or 2782657. OLE color: 2782657.
HSL color Cylindrical-coordinate representation of color #C1752A: hue angle of 29.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C1752A is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 117 | 42 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.24 |
| HSL | 29.8º | 0.64% | 0.46% | - |
| HSV(B) | 29.8º | 0.78% | 0.76% | - |
| XYZ | 28.77 | 24.23 | 5.35 | - |
| YUV | 131.17 | 77.68 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 42 | 0 | 0.39 | 0.78 | 0.24 | 29.8 | 0.64 | 0.46 |
| Hex | C1 | 75 | 2A | 0 | 27 | 4E | 18 | 1E | 40 | 2E |
| Octal | 301 | 165 | 52 | 0 | 47 | 116 | 30 | 36 | 100 | 56 |
| Binary | 11000001 | 1110101 | 101010 | 0 | 100111 | 1001110 | 11000 | 11110 | 1000000 | 101110 |
Color Harmonies of #C1752A
Complementary color
Monochromatic Colors of #C1752A
Black with #C1752A
Text Example
Text Example
White with #C1752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1752A; }
p { color: rgb(193,117,42); }
H1.HeaderClassName
{
color: #C1752A;
}
.AnyTagClassName
{
color: #C1752A;
}
</style>
background-color css
<style>
a { background-color: #C1752A; }
a { background-color: rgb(193,117,42); }
div.DivClassName
{
background-color: #C1752A;
}
.BgClassName
{
background-color: #C1752A;
}
</style>
border-color css
<style>
span { border-color: #C1752A; }
span { border-color: rgb(193,117,42); }
td.TdClassName
{
border-color: #C1752A;
}
.TagClassName
{
border-color: #C1752A;
}
</style>