Shades of Pirate Gold #C1772A
Tints of Pirate Gold #C1772A
RGB
CMYK
RGB Variations
Color information
#C1772A (or 0xC1772A) is known color: Pirate Gold. HEX triplet: C1, 77 and 2A. RGB value is (193,119,42). Sum of RGB (Red+Green+Blue) = 193+119+42=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 42 (16.80% from 255 or 11.86% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C1772A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1772A is #3E88D5. Grayscale: #848484. Windows color (decimal): -4098262 or 2783169. OLE color: 2783169.
HSL color Cylindrical-coordinate representation of color #C1772A: hue angle of 30.6º 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 #C1772A is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 119 | 42 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.24 |
| HSL | 30.6º | 0.64% | 0.46% | - |
| HSV(B) | 30.6º | 0.78% | 0.76% | - |
| XYZ | 29.01 | 24.7 | 5.43 | - |
| YUV | 132.35 | 77.02 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 42 | 0 | 0.38 | 0.78 | 0.24 | 30.6 | 0.64 | 0.46 |
| Hex | C1 | 77 | 2A | 0 | 26 | 4E | 18 | 1F | 40 | 2E |
| Octal | 301 | 167 | 52 | 0 | 46 | 116 | 30 | 37 | 100 | 56 |
| Binary | 11000001 | 1110111 | 101010 | 0 | 100110 | 1001110 | 11000 | 11111 | 1000000 | 101110 |
Color Harmonies of #C1772A
Complementary color
Monochromatic Colors of #C1772A
Black with #C1772A
Text Example
Text Example
White with #C1772A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1772A; }
p { color: rgb(193,119,42); }
H1.HeaderClassName
{
color: #C1772A;
}
.AnyTagClassName
{
color: #C1772A;
}
</style>
background-color css
<style>
a { background-color: #C1772A; }
a { background-color: rgb(193,119,42); }
div.DivClassName
{
background-color: #C1772A;
}
.BgClassName
{
background-color: #C1772A;
}
</style>
border-color css
<style>
span { border-color: #C1772A; }
span { border-color: rgb(193,119,42); }
td.TdClassName
{
border-color: #C1772A;
}
.TagClassName
{
border-color: #C1772A;
}
</style>