Shades of Pirate Gold #C27627
Tints of Pirate Gold #C27627
RGB
CMYK
RGB Variations
Color information
#C27627 (or 0xC27627) is known color: Pirate Gold. HEX triplet: C2, 76 and 27. RGB value is (194,118,39). Sum of RGB (Red+Green+Blue) = 194+118+39=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C27627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27627 is #3D89D8. Grayscale: #848484. Windows color (decimal): -4032985 or 2586306. OLE color: 2586306.
HSL color Cylindrical-coordinate representation of color #C27627: hue angle of 30.58º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C27627 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 118 | 39 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.24 |
| HSL | 30.58º | 0.67% | 0.46% | - |
| HSV(B) | 30.58º | 0.8% | 0.76% | - |
| XYZ | 29.09 | 24.57 | 5.13 | - |
| YUV | 131.72 | 75.68 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 39 | 0 | 0.39 | 0.80 | 0.24 | 30.58 | 0.67 | 0.46 |
| Hex | C2 | 76 | 27 | 0 | 27 | 50 | 18 | 1F | 43 | 2E |
| Octal | 302 | 166 | 47 | 0 | 47 | 120 | 30 | 37 | 103 | 56 |
| Binary | 11000010 | 1110110 | 100111 | 0 | 100111 | 1010000 | 11000 | 11111 | 1000011 | 101110 |
Color Harmonies of #C27627
Complementary color
Monochromatic Colors of #C27627
Black with #C27627
Text Example
Text Example
White with #C27627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27627; }
p { color: rgb(194,118,39); }
H1.HeaderClassName
{
color: #C27627;
}
.AnyTagClassName
{
color: #C27627;
}
</style>
background-color css
<style>
a { background-color: #C27627; }
a { background-color: rgb(194,118,39); }
div.DivClassName
{
background-color: #C27627;
}
.BgClassName
{
background-color: #C27627;
}
</style>
border-color css
<style>
span { border-color: #C27627; }
span { border-color: rgb(194,118,39); }
td.TdClassName
{
border-color: #C27627;
}
.TagClassName
{
border-color: #C27627;
}
</style>