Shades of Pirate Gold #C27E21
Tints of Pirate Gold #C27E21
RGB
CMYK
RGB Variations
Color information
#C27E21 (or 0xC27E21) is known color: Pirate Gold. HEX triplet: C2, 7E and 21. RGB value is (194,126,33). Sum of RGB (Red+Green+Blue) = 194+126+33=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27E21 is #3D81DE. Grayscale: #888888. Windows color (decimal): -4030943 or 2195138. OLE color: 2195138.
HSL color Cylindrical-coordinate representation of color #C27E21: hue angle of 34.66º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C27E21 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 126 | 33 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.24 |
| HSL | 34.66º | 0.71% | 0.45% | - |
| HSV(B) | 34.66º | 0.83% | 0.76% | - |
| XYZ | 29.98 | 26.5 | 4.97 | - |
| YUV | 135.73 | 70.03 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 126 | 33 | 0 | 0.35 | 0.83 | 0.24 | 34.66 | 0.71 | 0.45 |
| Hex | C2 | 7E | 21 | 0 | 23 | 53 | 18 | 23 | 47 | 2D |
| Octal | 302 | 176 | 41 | 0 | 43 | 123 | 30 | 43 | 107 | 55 |
| Binary | 11000010 | 1111110 | 100001 | 0 | 100011 | 1010011 | 11000 | 100011 | 1000111 | 101101 |
Color Harmonies of #C27E21
Complementary color
Monochromatic Colors of #C27E21
Black with #C27E21
Text Example
Text Example
White with #C27E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27E21; }
p { color: rgb(194,126,33); }
H1.HeaderClassName
{
color: #C27E21;
}
.AnyTagClassName
{
color: #C27E21;
}
</style>
background-color css
<style>
a { background-color: #C27E21; }
a { background-color: rgb(194,126,33); }
div.DivClassName
{
background-color: #C27E21;
}
.BgClassName
{
background-color: #C27E21;
}
</style>
border-color css
<style>
span { border-color: #C27E21; }
span { border-color: rgb(194,126,33); }
td.TdClassName
{
border-color: #C27E21;
}
.TagClassName
{
border-color: #C27E21;
}
</style>