#C0782C

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

Shades of Pirate Gold #C0782C

Tints of Pirate Gold #C0782C

Color information

#C0782C (or 0xC0782C) is unknown color: approx Pirate Gold. HEX triplet: C0, 78 and 2C. RGB value is (192,120,44). Sum of RGB (Red+Green+Blue) = 192+120+44=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 44 (17.58% from 255 or 12.36% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C0782C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0782C is #3F87D3. Grayscale: #858585. Windows color (decimal): -4163540 or 2914496. OLE color: 2914496.

HSL color Cylindrical-coordinate representation of color #C0782C: hue angle of 30.81º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0782C is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB19212044-
CMYK00.380.770.25
HSL30.81º62.71%46.27%-
HSV(B)30.81º77.08%75.29%-
XYZ28.9124.825.65-
YUV132.8677.85170.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.93%
GREEN value IS 120 (47.27% from 255) = 33.71%
BLUE value IS 44 (17.58% from 255) = 12.36%
R=53.93%
G=33.71%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921204400.380.770.2530.8162.7146.27
HexC0782C0264D191f3f2e
Octal3001705404611531377756
Binary110000001111000101100010011010011011100111111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0782C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0782C; }

 p { color: rgb(192,120,44); }

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

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

 a { background-color: rgb(192,120,44); }

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

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

 span { border-color: rgb(192,120,44); }

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