Shades of Pirate Gold #C07A27
Tints of Pirate Gold #C07A27
RGB
CMYK
RGB Variations
Color information
#C07A27 (or 0xC07A27) is known color: Pirate Gold. HEX triplet: C0, 7A and 27. RGB value is (192,122,39). Sum of RGB (Red+Green+Blue) = 192+122+39=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07A27 is #3F85D8. Grayscale: #858585. Windows color (decimal): -4163033 or 2587328. OLE color: 2587328.
HSL color Cylindrical-coordinate representation of color #C07A27: hue angle of 32.55º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C07A27 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 122 | 39 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.25 |
| HSL | 32.55º | 0.66% | 0.45% | - |
| HSV(B) | 32.55º | 0.8% | 0.75% | - |
| XYZ | 29.06 | 25.27 | 5.27 | - |
| YUV | 133.47 | 74.69 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 39 | 0 | 0.36 | 0.80 | 0.25 | 32.55 | 0.66 | 0.45 |
| Hex | C0 | 7A | 27 | 0 | 24 | 50 | 19 | 21 | 42 | 2D |
| Octal | 300 | 172 | 47 | 0 | 44 | 120 | 31 | 41 | 102 | 55 |
| Binary | 11000000 | 1111010 | 100111 | 0 | 100100 | 1010000 | 11001 | 100001 | 1000010 | 101101 |
Color Harmonies of #C07A27
Complementary color
Monochromatic Colors of #C07A27
Black with #C07A27
Text Example
Text Example
White with #C07A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07A27; }
p { color: rgb(192,122,39); }
H1.HeaderClassName
{
color: #C07A27;
}
.AnyTagClassName
{
color: #C07A27;
}
</style>
background-color css
<style>
a { background-color: #C07A27; }
a { background-color: rgb(192,122,39); }
div.DivClassName
{
background-color: #C07A27;
}
.BgClassName
{
background-color: #C07A27;
}
</style>
border-color css
<style>
span { border-color: #C07A27; }
span { border-color: rgb(192,122,39); }
td.TdClassName
{
border-color: #C07A27;
}
.TagClassName
{
border-color: #C07A27;
}
</style>