Shades of Pirate Gold #C27A2C
Tints of Pirate Gold #C27A2C
RGB
CMYK
RGB Variations
Color information
#C27A2C (or 0xC27A2C) is known color: Pirate Gold. HEX triplet: C2, 7A and 2C. RGB value is (194,122,44). Sum of RGB (Red+Green+Blue) = 194+122+44=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27A2C is #3D85D3. Grayscale: #878787. Windows color (decimal): -4031956 or 2915010. OLE color: 2915010.
HSL color Cylindrical-coordinate representation of color #C27A2C: hue angle of 31.2º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C27A2C is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 44 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.24 |
| HSL | 31.2º | 0.63% | 0.47% | - |
| HSV(B) | 31.2º | 0.77% | 0.76% | - |
| XYZ | 29.66 | 25.57 | 5.76 | - |
| YUV | 134.64 | 76.85 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 44 | 0 | 0.37 | 0.77 | 0.24 | 31.2 | 0.63 | 0.47 |
| Hex | C2 | 7A | 2C | 0 | 25 | 4D | 18 | 1F | 3F | 2F |
| Octal | 302 | 172 | 54 | 0 | 45 | 115 | 30 | 37 | 77 | 57 |
| Binary | 11000010 | 1111010 | 101100 | 0 | 100101 | 1001101 | 11000 | 11111 | 111111 | 101111 |
Color Harmonies of #C27A2C
Complementary color
Monochromatic Colors of #C27A2C
Black with #C27A2C
Text Example
Text Example
White with #C27A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27A2C; }
p { color: rgb(194,122,44); }
H1.HeaderClassName
{
color: #C27A2C;
}
.AnyTagClassName
{
color: #C27A2C;
}
</style>
background-color css
<style>
a { background-color: #C27A2C; }
a { background-color: rgb(194,122,44); }
div.DivClassName
{
background-color: #C27A2C;
}
.BgClassName
{
background-color: #C27A2C;
}
</style>
border-color css
<style>
span { border-color: #C27A2C; }
span { border-color: rgb(194,122,44); }
td.TdClassName
{
border-color: #C27A2C;
}
.TagClassName
{
border-color: #C27A2C;
}
</style>