Shades of Pirate Gold #C37A2C
Tints of Pirate Gold #C37A2C
RGB
CMYK
RGB Variations
Color information
#C37A2C (or 0xC37A2C) is known color: Pirate Gold. HEX triplet: C3, 7A and 2C. RGB value is (195,122,44). Sum of RGB (Red+Green+Blue) = 195+122+44=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37A2C is #3C85D3. Grayscale: #878787. Windows color (decimal): -3966420 or 2915011. OLE color: 2915011.
HSL color Cylindrical-coordinate representation of color #C37A2C: hue angle of 30.99º 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 #C37A2C is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 44 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.24 |
| HSL | 30.99º | 0.63% | 0.47% | - |
| HSV(B) | 30.99º | 0.77% | 0.76% | - |
| XYZ | 29.92 | 25.7 | 5.77 | - |
| YUV | 134.94 | 76.68 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 44 | 0 | 0.37 | 0.77 | 0.24 | 30.99 | 0.63 | 0.47 |
| Hex | C3 | 7A | 2C | 0 | 25 | 4D | 18 | 1F | 3F | 2F |
| Octal | 303 | 172 | 54 | 0 | 45 | 115 | 30 | 37 | 77 | 57 |
| Binary | 11000011 | 1111010 | 101100 | 0 | 100101 | 1001101 | 11000 | 11111 | 111111 | 101111 |
Color Harmonies of #C37A2C
Complementary color
Monochromatic Colors of #C37A2C
Black with #C37A2C
Text Example
Text Example
White with #C37A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37A2C; }
p { color: rgb(195,122,44); }
H1.HeaderClassName
{
color: #C37A2C;
}
.AnyTagClassName
{
color: #C37A2C;
}
</style>
background-color css
<style>
a { background-color: #C37A2C; }
a { background-color: rgb(195,122,44); }
div.DivClassName
{
background-color: #C37A2C;
}
.BgClassName
{
background-color: #C37A2C;
}
</style>
border-color css
<style>
span { border-color: #C37A2C; }
span { border-color: rgb(195,122,44); }
td.TdClassName
{
border-color: #C37A2C;
}
.TagClassName
{
border-color: #C37A2C;
}
</style>