Shades of Pirate Gold #C27628
Tints of Pirate Gold #C27628
RGB
CMYK
RGB Variations
Color information
#C27628 (or 0xC27628) is known color: Pirate Gold. HEX triplet: C2, 76 and 28. RGB value is (194,118,40). Sum of RGB (Red+Green+Blue) = 194+118+40=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C27628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27628 is #3D89D7. Grayscale: #848484. Windows color (decimal): -4032984 or 2651842. OLE color: 2651842.
HSL color Cylindrical-coordinate representation of color #C27628: hue angle of 30.39º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C27628 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 118 | 40 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.24 |
| HSL | 30.39º | 0.66% | 0.46% | - |
| HSV(B) | 30.39º | 0.79% | 0.76% | - |
| XYZ | 29.11 | 24.58 | 5.22 | - |
| YUV | 131.83 | 76.18 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 40 | 0 | 0.39 | 0.79 | 0.24 | 30.39 | 0.66 | 0.46 |
| Hex | C2 | 76 | 28 | 0 | 27 | 4F | 18 | 1E | 42 | 2E |
| Octal | 302 | 166 | 50 | 0 | 47 | 117 | 30 | 36 | 102 | 56 |
| Binary | 11000010 | 1110110 | 101000 | 0 | 100111 | 1001111 | 11000 | 11110 | 1000010 | 101110 |
Color Harmonies of #C27628
Complementary color
Monochromatic Colors of #C27628
Black with #C27628
Text Example
Text Example
White with #C27628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27628; }
p { color: rgb(194,118,40); }
H1.HeaderClassName
{
color: #C27628;
}
.AnyTagClassName
{
color: #C27628;
}
</style>
background-color css
<style>
a { background-color: #C27628; }
a { background-color: rgb(194,118,40); }
div.DivClassName
{
background-color: #C27628;
}
.BgClassName
{
background-color: #C27628;
}
</style>
border-color css
<style>
span { border-color: #C27628; }
span { border-color: rgb(194,118,40); }
td.TdClassName
{
border-color: #C27628;
}
.TagClassName
{
border-color: #C27628;
}
</style>