Shades of Pirate Gold #C27927
Tints of Pirate Gold #C27927
RGB
CMYK
RGB Variations
Color information
#C27927 (or 0xC27927) is known color: Pirate Gold. HEX triplet: C2, 79 and 27. RGB value is (194,121,39). Sum of RGB (Red+Green+Blue) = 194+121+39=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C27927 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27927 is #3D86D8. Grayscale: #858585. Windows color (decimal): -4032217 or 2587074. OLE color: 2587074.
HSL color Cylindrical-coordinate representation of color #C27927: hue angle of 31.74º 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 #C27927 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 121 | 39 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.24 |
| HSL | 31.74º | 0.67% | 0.46% | - |
| HSV(B) | 31.74º | 0.8% | 0.76% | - |
| XYZ | 29.45 | 25.29 | 5.25 | - |
| YUV | 133.48 | 74.68 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 39 | 0 | 0.38 | 0.80 | 0.24 | 31.74 | 0.67 | 0.46 |
| Hex | C2 | 79 | 27 | 0 | 26 | 50 | 18 | 20 | 43 | 2E |
| Octal | 302 | 171 | 47 | 0 | 46 | 120 | 30 | 40 | 103 | 56 |
| Binary | 11000010 | 1111001 | 100111 | 0 | 100110 | 1010000 | 11000 | 100000 | 1000011 | 101110 |
Color Harmonies of #C27927
Complementary color
Monochromatic Colors of #C27927
Black with #C27927
Text Example
Text Example
White with #C27927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27927; }
p { color: rgb(194,121,39); }
H1.HeaderClassName
{
color: #C27927;
}
.AnyTagClassName
{
color: #C27927;
}
</style>
background-color css
<style>
a { background-color: #C27927; }
a { background-color: rgb(194,121,39); }
div.DivClassName
{
background-color: #C27927;
}
.BgClassName
{
background-color: #C27927;
}
</style>
border-color css
<style>
span { border-color: #C27927; }
span { border-color: rgb(194,121,39); }
td.TdClassName
{
border-color: #C27927;
}
.TagClassName
{
border-color: #C27927;
}
</style>