Shades of Pirate Gold #C3752A
Tints of Pirate Gold #C3752A
RGB
CMYK
RGB Variations
Color information
#C3752A (or 0xC3752A) is known color: Pirate Gold. HEX triplet: C3, 75 and 2A. RGB value is (195,117,42). Sum of RGB (Red+Green+Blue) = 195+117+42=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 42 (16.80% from 255 or 11.86% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C3752A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3752A is #3C8AD5. Grayscale: #848484. Windows color (decimal): -3967702 or 2782659. OLE color: 2782659.
HSL color Cylindrical-coordinate representation of color #C3752A: hue angle of 29.41º 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 #C3752A is Cyan = 0, Magento = 0.4, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 42 | - |
| CMYK | 0 | 0.4 | 0.78 | 0.24 |
| HSL | 29.41º | 0.65% | 0.46% | - |
| HSV(B) | 29.41º | 0.78% | 0.76% | - |
| XYZ | 29.28 | 24.49 | 5.37 | - |
| YUV | 131.77 | 77.34 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 42 | 0 | 0.4 | 0.78 | 0.24 | 29.41 | 0.65 | 0.46 |
| Hex | C3 | 75 | 2A | 0 | 28 | 4E | 18 | 1D | 41 | 2E |
| Octal | 303 | 165 | 52 | 0 | 50 | 116 | 30 | 35 | 101 | 56 |
| Binary | 11000011 | 1110101 | 101010 | 0 | 101000 | 1001110 | 11000 | 11101 | 1000001 | 101110 |
Color Harmonies of #C3752A
Complementary color
Monochromatic Colors of #C3752A
Black with #C3752A
Text Example
Text Example
White with #C3752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3752A; }
p { color: rgb(195,117,42); }
H1.HeaderClassName
{
color: #C3752A;
}
.AnyTagClassName
{
color: #C3752A;
}
</style>
background-color css
<style>
a { background-color: #C3752A; }
a { background-color: rgb(195,117,42); }
div.DivClassName
{
background-color: #C3752A;
}
.BgClassName
{
background-color: #C3752A;
}
</style>
border-color css
<style>
span { border-color: #C3752A; }
span { border-color: rgb(195,117,42); }
td.TdClassName
{
border-color: #C3752A;
}
.TagClassName
{
border-color: #C3752A;
}
</style>