Shades of Pirate Gold #C37926
Tints of Pirate Gold #C37926
RGB
CMYK
RGB Variations
Color information
#C37926 (or 0xC37926) is known color: Pirate Gold. HEX triplet: C3, 79 and 26. RGB value is (195,121,38). Sum of RGB (Red+Green+Blue) = 195+121+38=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 38 (15.23% from 255 or 10.73% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C37926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37926 is #3C86D9. Grayscale: #868686. Windows color (decimal): -3966682 or 2521539. OLE color: 2521539.
HSL color Cylindrical-coordinate representation of color #C37926: hue angle of 31.72º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C37926 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 121 | 38 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.24 |
| HSL | 31.72º | 0.67% | 0.46% | - |
| HSV(B) | 31.72º | 0.81% | 0.76% | - |
| XYZ | 29.69 | 25.42 | 5.17 | - |
| YUV | 133.66 | 74.02 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 38 | 0 | 0.38 | 0.81 | 0.24 | 31.72 | 0.67 | 0.46 |
| Hex | C3 | 79 | 26 | 0 | 26 | 51 | 18 | 20 | 43 | 2E |
| Octal | 303 | 171 | 46 | 0 | 46 | 121 | 30 | 40 | 103 | 56 |
| Binary | 11000011 | 1111001 | 100110 | 0 | 100110 | 1010001 | 11000 | 100000 | 1000011 | 101110 |
Color Harmonies of #C37926
Complementary color
Monochromatic Colors of #C37926
Black with #C37926
Text Example
Text Example
White with #C37926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37926; }
p { color: rgb(195,121,38); }
H1.HeaderClassName
{
color: #C37926;
}
.AnyTagClassName
{
color: #C37926;
}
</style>
background-color css
<style>
a { background-color: #C37926; }
a { background-color: rgb(195,121,38); }
div.DivClassName
{
background-color: #C37926;
}
.BgClassName
{
background-color: #C37926;
}
</style>
border-color css
<style>
span { border-color: #C37926; }
span { border-color: rgb(195,121,38); }
td.TdClassName
{
border-color: #C37926;
}
.TagClassName
{
border-color: #C37926;
}
</style>