Shades of Pirate Gold #C27727
Tints of Pirate Gold #C27727
RGB
CMYK
RGB Variations
Color information
#C27727 (or 0xC27727) is known color: Pirate Gold. HEX triplet: C2, 77 and 27. RGB value is (194,119,39). Sum of RGB (Red+Green+Blue) = 194+119+39=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 39 (15.62% from 255 or 11.08% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C27727 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27727 is #3D88D8. Grayscale: #848484. Windows color (decimal): -4032729 or 2586562. OLE color: 2586562.
HSL color Cylindrical-coordinate representation of color #C27727: hue angle of 30.97º 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 #C27727 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 119 | 39 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.24 |
| HSL | 30.97º | 0.67% | 0.46% | - |
| HSV(B) | 30.97º | 0.8% | 0.76% | - |
| XYZ | 29.21 | 24.81 | 5.17 | - |
| YUV | 132.31 | 75.35 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 119 | 39 | 0 | 0.39 | 0.80 | 0.24 | 30.97 | 0.67 | 0.46 |
| Hex | C2 | 77 | 27 | 0 | 27 | 50 | 18 | 1F | 43 | 2E |
| Octal | 302 | 167 | 47 | 0 | 47 | 120 | 30 | 37 | 103 | 56 |
| Binary | 11000010 | 1110111 | 100111 | 0 | 100111 | 1010000 | 11000 | 11111 | 1000011 | 101110 |
Color Harmonies of #C27727
Complementary color
Monochromatic Colors of #C27727
Black with #C27727
Text Example
Text Example
White with #C27727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27727; }
p { color: rgb(194,119,39); }
H1.HeaderClassName
{
color: #C27727;
}
.AnyTagClassName
{
color: #C27727;
}
</style>
background-color css
<style>
a { background-color: #C27727; }
a { background-color: rgb(194,119,39); }
div.DivClassName
{
background-color: #C27727;
}
.BgClassName
{
background-color: #C27727;
}
</style>
border-color css
<style>
span { border-color: #C27727; }
span { border-color: rgb(194,119,39); }
td.TdClassName
{
border-color: #C27727;
}
.TagClassName
{
border-color: #C27727;
}
</style>