Shades of Pirate Gold #C37826
Tints of Pirate Gold #C37826
RGB
CMYK
RGB Variations
Color information
#C37826 (or 0xC37826) is known color: Pirate Gold. HEX triplet: C3, 78 and 26. RGB value is (195,120,38). Sum of RGB (Red+Green+Blue) = 195+120+38=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 38 (15.23% from 255 or 10.76% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C37826 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37826 is #3C87D9. Grayscale: #858585. Windows color (decimal): -3966938 or 2521283. OLE color: 2521283.
HSL color Cylindrical-coordinate representation of color #C37826: hue angle of 31.34º 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 #C37826 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 38 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.24 |
| HSL | 31.34º | 0.67% | 0.46% | - |
| HSV(B) | 31.34º | 0.81% | 0.76% | - |
| XYZ | 29.57 | 25.17 | 5.13 | - |
| YUV | 133.08 | 74.35 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 38 | 0 | 0.38 | 0.81 | 0.24 | 31.34 | 0.67 | 0.46 |
| Hex | C3 | 78 | 26 | 0 | 26 | 51 | 18 | 1F | 43 | 2E |
| Octal | 303 | 170 | 46 | 0 | 46 | 121 | 30 | 37 | 103 | 56 |
| Binary | 11000011 | 1111000 | 100110 | 0 | 100110 | 1010001 | 11000 | 11111 | 1000011 | 101110 |
Color Harmonies of #C37826
Complementary color
Monochromatic Colors of #C37826
Black with #C37826
Text Example
Text Example
White with #C37826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37826; }
p { color: rgb(195,120,38); }
H1.HeaderClassName
{
color: #C37826;
}
.AnyTagClassName
{
color: #C37826;
}
</style>
background-color css
<style>
a { background-color: #C37826; }
a { background-color: rgb(195,120,38); }
div.DivClassName
{
background-color: #C37826;
}
.BgClassName
{
background-color: #C37826;
}
</style>
border-color css
<style>
span { border-color: #C37826; }
span { border-color: rgb(195,120,38); }
td.TdClassName
{
border-color: #C37826;
}
.TagClassName
{
border-color: #C37826;
}
</style>