Shades of Pirate Gold #C3782C
Tints of Pirate Gold #C3782C
RGB
CMYK
RGB Variations
Color information
#C3782C (or 0xC3782C) is known color: Pirate Gold. HEX triplet: C3, 78 and 2C. RGB value is (195,120,44). Sum of RGB (Red+Green+Blue) = 195+120+44=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C3782C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3782C is #3C87D3. Grayscale: #868686. Windows color (decimal): -3966932 or 2914499. OLE color: 2914499.
HSL color Cylindrical-coordinate representation of color #C3782C: hue angle of 30.2º 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 #C3782C is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 44 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.24 |
| HSL | 30.2º | 0.63% | 0.47% | - |
| HSV(B) | 30.2º | 0.77% | 0.76% | - |
| XYZ | 29.68 | 25.22 | 5.69 | - |
| YUV | 133.76 | 77.35 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 44 | 0 | 0.38 | 0.77 | 0.24 | 30.2 | 0.63 | 0.47 |
| Hex | C3 | 78 | 2C | 0 | 26 | 4D | 18 | 1E | 3F | 2F |
| Octal | 303 | 170 | 54 | 0 | 46 | 115 | 30 | 36 | 77 | 57 |
| Binary | 11000011 | 1111000 | 101100 | 0 | 100110 | 1001101 | 11000 | 11110 | 111111 | 101111 |
Color Harmonies of #C3782C
Complementary color
Monochromatic Colors of #C3782C
Black with #C3782C
Text Example
Text Example
White with #C3782C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3782C; }
p { color: rgb(195,120,44); }
H1.HeaderClassName
{
color: #C3782C;
}
.AnyTagClassName
{
color: #C3782C;
}
</style>
background-color css
<style>
a { background-color: #C3782C; }
a { background-color: rgb(195,120,44); }
div.DivClassName
{
background-color: #C3782C;
}
.BgClassName
{
background-color: #C3782C;
}
</style>
border-color css
<style>
span { border-color: #C3782C; }
span { border-color: rgb(195,120,44); }
td.TdClassName
{
border-color: #C3782C;
}
.TagClassName
{
border-color: #C3782C;
}
</style>