#C1742A

Color #C1742A Pirate Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pirate Gold #C1742A

Tints of Pirate Gold #C1742A

Color information

#C1742A (or 0xC1742A) is unknown color: approx Pirate Gold. HEX triplet: C1, 74 and 2A. RGB value is (193,116,42). Sum of RGB (Red+Green+Blue) = 193+116+42=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 42 (16.80% from 255 or 11.97% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C1742A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1742A is #3E8BD5. Grayscale: #828282. Windows color (decimal): -4099030 or 2782401. OLE color: 2782401.

HSL color Cylindrical-coordinate representation of color #C1742A: hue angle of 29.4º 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 #C1742A is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB19311642-
CMYK00.400.780.24
HSL29.4º64.26%46.08%-
HSV(B)29.4º78.24%75.69%-
XYZ28.66245.31-
YUV130.5978.01172.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 54.99%
GREEN value IS 116 (45.70% from 255) = 33.05%
BLUE value IS 42 (16.80% from 255) = 11.97%
R=54.99%
G=33.05%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931164200.400.780.2429.464.2646.08
HexC1742A0284E181d402e
Octal30116452050116303510056
Binary1100000111101001010100101000100111011000111011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1742A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1742A; }

 p { color: rgb(193,116,42); }

 H1.HeaderClassName
 {
   color: #C1742A;
 }
 .AnyTagClassName
 {
   color: #C1742A;
 }
</style>
background-color css

<style>
 a { background-color: #C1742A; }

 a { background-color: rgb(193,116,42); }

 div.DivClassName
 {
   background-color: #C1742A;
 }
 .BgClassName
 {
   background-color: #C1742A;
 }
</style>
border-color css

<style>
 span { border-color: #C1742A; }

 span { border-color: rgb(193,116,42); }

 td.TdClassName
 {
   border-color: #C1742A;
 }
 .TagClassName
 {
   border-color: #C1742A;
 }
</style>