Shades of Pirate Gold #C0752B
Tints of Pirate Gold #C0752B
RGB
CMYK
RGB Variations
Color information
#C0752B (or 0xC0752B) is known color: Pirate Gold. HEX triplet: C0, 75 and 2B. RGB value is (192,117,43). Sum of RGB (Red+Green+Blue) = 192+117+43=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C0752B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0752B is #3F8AD4. Grayscale: #838383. Windows color (decimal): -4164309 or 2848192. OLE color: 2848192.
HSL color Cylindrical-coordinate representation of color #C0752B: hue angle of 29.8º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0752B is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 117 | 43 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.25 |
| HSL | 29.8º | 0.63% | 0.46% | - |
| HSV(B) | 29.8º | 0.78% | 0.75% | - |
| XYZ | 28.54 | 24.1 | 5.43 | - |
| YUV | 130.99 | 78.35 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 43 | 0 | 0.39 | 0.78 | 0.25 | 29.8 | 0.63 | 0.46 |
| Hex | C0 | 75 | 2B | 0 | 27 | 4E | 19 | 1E | 3F | 2E |
| Octal | 300 | 165 | 53 | 0 | 47 | 116 | 31 | 36 | 77 | 56 |
| Binary | 11000000 | 1110101 | 101011 | 0 | 100111 | 1001110 | 11001 | 11110 | 111111 | 101110 |
Color Harmonies of #C0752B
Complementary color
Monochromatic Colors of #C0752B
Black with #C0752B
Text Example
Text Example
White with #C0752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0752B; }
p { color: rgb(192,117,43); }
H1.HeaderClassName
{
color: #C0752B;
}
.AnyTagClassName
{
color: #C0752B;
}
</style>
background-color css
<style>
a { background-color: #C0752B; }
a { background-color: rgb(192,117,43); }
div.DivClassName
{
background-color: #C0752B;
}
.BgClassName
{
background-color: #C0752B;
}
</style>
border-color css
<style>
span { border-color: #C0752B; }
span { border-color: rgb(192,117,43); }
td.TdClassName
{
border-color: #C0752B;
}
.TagClassName
{
border-color: #C0752B;
}
</style>