Shades of Pirate Gold #C27A27
Tints of Pirate Gold #C27A27
RGB
CMYK
RGB Variations
Color information
#C27A27 (or 0xC27A27) is known color: Pirate Gold. HEX triplet: C2, 7A and 27. RGB value is (194,122,39). Sum of RGB (Red+Green+Blue) = 194+122+39=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27A27 is #3D85D8. Grayscale: #868686. Windows color (decimal): -4031961 or 2587330. OLE color: 2587330.
HSL color Cylindrical-coordinate representation of color #C27A27: hue angle of 32.13º 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 #C27A27 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 39 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.24 |
| HSL | 32.13º | 0.67% | 0.46% | - |
| HSV(B) | 32.13º | 0.8% | 0.76% | - |
| XYZ | 29.57 | 25.53 | 5.29 | - |
| YUV | 134.07 | 74.35 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 39 | 0 | 0.37 | 0.80 | 0.24 | 32.13 | 0.67 | 0.46 |
| Hex | C2 | 7A | 27 | 0 | 25 | 50 | 18 | 20 | 43 | 2E |
| Octal | 302 | 172 | 47 | 0 | 45 | 120 | 30 | 40 | 103 | 56 |
| Binary | 11000010 | 1111010 | 100111 | 0 | 100101 | 1010000 | 11000 | 100000 | 1000011 | 101110 |
Color Harmonies of #C27A27
Complementary color
Monochromatic Colors of #C27A27
Black with #C27A27
Text Example
Text Example
White with #C27A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27A27; }
p { color: rgb(194,122,39); }
H1.HeaderClassName
{
color: #C27A27;
}
.AnyTagClassName
{
color: #C27A27;
}
</style>
background-color css
<style>
a { background-color: #C27A27; }
a { background-color: rgb(194,122,39); }
div.DivClassName
{
background-color: #C27A27;
}
.BgClassName
{
background-color: #C27A27;
}
</style>
border-color css
<style>
span { border-color: #C27A27; }
span { border-color: rgb(194,122,39); }
td.TdClassName
{
border-color: #C27A27;
}
.TagClassName
{
border-color: #C27A27;
}
</style>