Shades of Pirate Gold #C3792A
Tints of Pirate Gold #C3792A
RGB
CMYK
RGB Variations
Color information
#C3792A (or 0xC3792A) is known color: Pirate Gold. HEX triplet: C3, 79 and 2A. RGB value is (195,121,42). Sum of RGB (Red+Green+Blue) = 195+121+42=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C3792A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3792A is #3C86D5. Grayscale: #868686. Windows color (decimal): -3966678 or 2783683. OLE color: 2783683.
HSL color Cylindrical-coordinate representation of color #C3792A: hue angle of 30.98º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3792A is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 121 | 42 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.24 |
| HSL | 30.98º | 0.65% | 0.46% | - |
| HSV(B) | 30.98º | 0.78% | 0.76% | - |
| XYZ | 29.76 | 25.44 | 5.53 | - |
| YUV | 134.12 | 76.02 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 42 | 0 | 0.38 | 0.78 | 0.24 | 30.98 | 0.65 | 0.46 |
| Hex | C3 | 79 | 2A | 0 | 26 | 4E | 18 | 1F | 41 | 2E |
| Octal | 303 | 171 | 52 | 0 | 46 | 116 | 30 | 37 | 101 | 56 |
| Binary | 11000011 | 1111001 | 101010 | 0 | 100110 | 1001110 | 11000 | 11111 | 1000001 | 101110 |
Color Harmonies of #C3792A
Complementary color
Monochromatic Colors of #C3792A
Black with #C3792A
Text Example
Text Example
White with #C3792A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3792A; }
p { color: rgb(195,121,42); }
H1.HeaderClassName
{
color: #C3792A;
}
.AnyTagClassName
{
color: #C3792A;
}
</style>
background-color css
<style>
a { background-color: #C3792A; }
a { background-color: rgb(195,121,42); }
div.DivClassName
{
background-color: #C3792A;
}
.BgClassName
{
background-color: #C3792A;
}
</style>
border-color css
<style>
span { border-color: #C3792A; }
span { border-color: rgb(195,121,42); }
td.TdClassName
{
border-color: #C3792A;
}
.TagClassName
{
border-color: #C3792A;
}
</style>