Shades of Pirate Gold #C27326
Tints of Pirate Gold #C27326
RGB
CMYK
RGB Variations
Color information
#C27326 (or 0xC27326) is known color: Pirate Gold. HEX triplet: C2, 73 and 26. RGB value is (194,115,38). Sum of RGB (Red+Green+Blue) = 194+115+38=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 38 (15.23% from 255 or 10.95% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C27326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27326 is #3D8CD9. Grayscale: #828282. Windows color (decimal): -4033754 or 2520002. OLE color: 2520002.
HSL color Cylindrical-coordinate representation of color #C27326: hue angle of 29.62º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C27326 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 38 | - |
| CMYK | 0 | 0.41 | 0.80 | 0.24 |
| HSL | 29.62º | 0.67% | 0.45% | - |
| HSV(B) | 29.62º | 0.8% | 0.76% | - |
| XYZ | 28.73 | 23.87 | 4.93 | - |
| YUV | 129.84 | 76.17 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 38 | 0 | 0.41 | 0.80 | 0.24 | 29.62 | 0.67 | 0.45 |
| Hex | C2 | 73 | 26 | 0 | 29 | 50 | 18 | 1E | 43 | 2D |
| Octal | 302 | 163 | 46 | 0 | 51 | 120 | 30 | 36 | 103 | 55 |
| Binary | 11000010 | 1110011 | 100110 | 0 | 101001 | 1010000 | 11000 | 11110 | 1000011 | 101101 |
Color Harmonies of #C27326
Complementary color
Monochromatic Colors of #C27326
Black with #C27326
Text Example
Text Example
White with #C27326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27326; }
p { color: rgb(194,115,38); }
H1.HeaderClassName
{
color: #C27326;
}
.AnyTagClassName
{
color: #C27326;
}
</style>
background-color css
<style>
a { background-color: #C27326; }
a { background-color: rgb(194,115,38); }
div.DivClassName
{
background-color: #C27326;
}
.BgClassName
{
background-color: #C27326;
}
</style>
border-color css
<style>
span { border-color: #C27326; }
span { border-color: rgb(194,115,38); }
td.TdClassName
{
border-color: #C27326;
}
.TagClassName
{
border-color: #C27326;
}
</style>