Shades of Pirate Gold #C17B2B
Tints of Pirate Gold #C17B2B
RGB
CMYK
RGB Variations
Color information
#C17B2B (or 0xC17B2B) is known color: Pirate Gold. HEX triplet: C1, 7B and 2B. RGB value is (193,123,43). Sum of RGB (Red+Green+Blue) = 193+123+43=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17B2B is #3E84D4. Grayscale: #878787. Windows color (decimal): -4097237 or 2849729. OLE color: 2849729.
HSL color Cylindrical-coordinate representation of color #C17B2B: hue angle of 32º degrees, saturation: 0.64, 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 #C17B2B is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 123 | 43 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.24 |
| HSL | 32º | 0.64% | 0.46% | - |
| HSV(B) | 32º | 0.78% | 0.76% | - |
| XYZ | 29.51 | 25.68 | 5.69 | - |
| YUV | 134.81 | 76.19 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 43 | 0 | 0.36 | 0.78 | 0.24 | 32 | 0.64 | 0.46 |
| Hex | C1 | 7B | 2B | 0 | 24 | 4E | 18 | 20 | 40 | 2E |
| Octal | 301 | 173 | 53 | 0 | 44 | 116 | 30 | 40 | 100 | 56 |
| Binary | 11000001 | 1111011 | 101011 | 0 | 100100 | 1001110 | 11000 | 100000 | 1000000 | 101110 |
Color Harmonies of #C17B2B
Complementary color
Monochromatic Colors of #C17B2B
Black with #C17B2B
Text Example
Text Example
White with #C17B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17B2B; }
p { color: rgb(193,123,43); }
H1.HeaderClassName
{
color: #C17B2B;
}
.AnyTagClassName
{
color: #C17B2B;
}
</style>
background-color css
<style>
a { background-color: #C17B2B; }
a { background-color: rgb(193,123,43); }
div.DivClassName
{
background-color: #C17B2B;
}
.BgClassName
{
background-color: #C17B2B;
}
</style>
border-color css
<style>
span { border-color: #C17B2B; }
span { border-color: rgb(193,123,43); }
td.TdClassName
{
border-color: #C17B2B;
}
.TagClassName
{
border-color: #C17B2B;
}
</style>