Shades of Pirate Gold #C27A24
Tints of Pirate Gold #C27A24
RGB
CMYK
RGB Variations
Color information
#C27A24 (or 0xC27A24) is known color: Pirate Gold. HEX triplet: C2, 7A and 24. RGB value is (194,122,36). Sum of RGB (Red+Green+Blue) = 194+122+36=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 36 (14.45% from 255 or 10.23% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27A24 is #3D85DB. Grayscale: #868686. Windows color (decimal): -4031964 or 2390722. OLE color: 2390722.
HSL color Cylindrical-coordinate representation of color #C27A24: hue angle of 32.66º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C27A24 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 36 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.24 |
| HSL | 32.66º | 0.69% | 0.45% | - |
| HSV(B) | 32.66º | 0.81% | 0.76% | - |
| XYZ | 29.53 | 25.52 | 5.04 | - |
| YUV | 133.72 | 72.85 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 36 | 0 | 0.37 | 0.81 | 0.24 | 32.66 | 0.69 | 0.45 |
| Hex | C2 | 7A | 24 | 0 | 25 | 51 | 18 | 21 | 45 | 2D |
| Octal | 302 | 172 | 44 | 0 | 45 | 121 | 30 | 41 | 105 | 55 |
| Binary | 11000010 | 1111010 | 100100 | 0 | 100101 | 1010001 | 11000 | 100001 | 1000101 | 101101 |
Color Harmonies of #C27A24
Complementary color
Monochromatic Colors of #C27A24
Black with #C27A24
Text Example
Text Example
White with #C27A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27A24; }
p { color: rgb(194,122,36); }
H1.HeaderClassName
{
color: #C27A24;
}
.AnyTagClassName
{
color: #C27A24;
}
</style>
background-color css
<style>
a { background-color: #C27A24; }
a { background-color: rgb(194,122,36); }
div.DivClassName
{
background-color: #C27A24;
}
.BgClassName
{
background-color: #C27A24;
}
</style>
border-color css
<style>
span { border-color: #C27A24; }
span { border-color: rgb(194,122,36); }
td.TdClassName
{
border-color: #C27A24;
}
.TagClassName
{
border-color: #C27A24;
}
</style>