Shades of Pirate Gold #C37B26
Tints of Pirate Gold #C37B26
RGB
CMYK
RGB Variations
Color information
#C37B26 (or 0xC37B26) is known color: Pirate Gold. HEX triplet: C3, 7B and 26. RGB value is (195,123,38). Sum of RGB (Red+Green+Blue) = 195+123+38=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 38 (15.23% from 255 or 10.67% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37B26 is #3C84D9. Grayscale: #878787. Windows color (decimal): -3966170 or 2522051. OLE color: 2522051.
HSL color Cylindrical-coordinate representation of color #C37B26: hue angle of 32.48º 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 #C37B26 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 38 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.24 |
| HSL | 32.48º | 0.67% | 0.46% | - |
| HSV(B) | 32.48º | 0.81% | 0.76% | - |
| XYZ | 29.94 | 25.91 | 5.26 | - |
| YUV | 134.84 | 73.35 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 38 | 0 | 0.37 | 0.81 | 0.24 | 32.48 | 0.67 | 0.46 |
| Hex | C3 | 7B | 26 | 0 | 25 | 51 | 18 | 20 | 43 | 2E |
| Octal | 303 | 173 | 46 | 0 | 45 | 121 | 30 | 40 | 103 | 56 |
| Binary | 11000011 | 1111011 | 100110 | 0 | 100101 | 1010001 | 11000 | 100000 | 1000011 | 101110 |
Color Harmonies of #C37B26
Complementary color
Monochromatic Colors of #C37B26
Black with #C37B26
Text Example
Text Example
White with #C37B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37B26; }
p { color: rgb(195,123,38); }
H1.HeaderClassName
{
color: #C37B26;
}
.AnyTagClassName
{
color: #C37B26;
}
</style>
background-color css
<style>
a { background-color: #C37B26; }
a { background-color: rgb(195,123,38); }
div.DivClassName
{
background-color: #C37B26;
}
.BgClassName
{
background-color: #C37B26;
}
</style>
border-color css
<style>
span { border-color: #C37B26; }
span { border-color: rgb(195,123,38); }
td.TdClassName
{
border-color: #C37B26;
}
.TagClassName
{
border-color: #C37B26;
}
</style>