Shades of Pirate Gold #C37628
Tints of Pirate Gold #C37628
RGB
CMYK
RGB Variations
Color information
#C37628 (or 0xC37628) is known color: Pirate Gold. HEX triplet: C3, 76 and 28. RGB value is (195,118,40). Sum of RGB (Red+Green+Blue) = 195+118+40=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C37628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37628 is #3C89D7. Grayscale: #848484. Windows color (decimal): -3967448 or 2651843. OLE color: 2651843.
HSL color Cylindrical-coordinate representation of color #C37628: hue angle of 30.19º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C37628 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 118 | 40 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.24 |
| HSL | 30.19º | 0.66% | 0.46% | - |
| HSV(B) | 30.19º | 0.79% | 0.76% | - |
| XYZ | 29.37 | 24.71 | 5.23 | - |
| YUV | 132.13 | 76.01 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 40 | 0 | 0.39 | 0.79 | 0.24 | 30.19 | 0.66 | 0.46 |
| Hex | C3 | 76 | 28 | 0 | 27 | 4F | 18 | 1E | 42 | 2E |
| Octal | 303 | 166 | 50 | 0 | 47 | 117 | 30 | 36 | 102 | 56 |
| Binary | 11000011 | 1110110 | 101000 | 0 | 100111 | 1001111 | 11000 | 11110 | 1000010 | 101110 |
Color Harmonies of #C37628
Complementary color
Monochromatic Colors of #C37628
Black with #C37628
Text Example
Text Example
White with #C37628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37628; }
p { color: rgb(195,118,40); }
H1.HeaderClassName
{
color: #C37628;
}
.AnyTagClassName
{
color: #C37628;
}
</style>
background-color css
<style>
a { background-color: #C37628; }
a { background-color: rgb(195,118,40); }
div.DivClassName
{
background-color: #C37628;
}
.BgClassName
{
background-color: #C37628;
}
</style>
border-color css
<style>
span { border-color: #C37628; }
span { border-color: rgb(195,118,40); }
td.TdClassName
{
border-color: #C37628;
}
.TagClassName
{
border-color: #C37628;
}
</style>