#C1782B

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

Shades of Pirate Gold #C1782B

Tints of Pirate Gold #C1782B

Color information

#C1782B (or 0xC1782B) is unknown color: approx Pirate Gold. HEX triplet: C1, 78 and 2B. RGB value is (193,120,43). Sum of RGB (Red+Green+Blue) = 193+120+43=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 43 (17.19% from 255 or 12.08% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C1782B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1782B is #3E87D4. Grayscale: #858585. Windows color (decimal): -4098005 or 2848961. OLE color: 2848961.

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

Color convert

RGB19312043-
CMYK00.380.780.24
HSL30.8º63.56%46.27%-
HSV(B)30.8º77.72%75.69%-
XYZ29.1424.945.56-
YUV133.0577.18170.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.21%
GREEN value IS 120 (47.27% from 255) = 33.71%
BLUE value IS 43 (17.19% from 255) = 12.08%
R=54.21%
G=33.71%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931204300.380.780.2430.863.5646.27
HexC1782B0264E181f402e
Octal30117053046116303710056
Binary1100000111110001010110100110100111011000111111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1782B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1782B; }

 p { color: rgb(193,120,43); }

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

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

 a { background-color: rgb(193,120,43); }

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

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

 span { border-color: rgb(193,120,43); }

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