#C47A2A

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

Shades of Pirate Gold #C47A2A

Tints of Pirate Gold #C47A2A

Color information

#C47A2A (or 0xC47A2A) is unknown color: approx Pirate Gold. HEX triplet: C4, 7A and 2A. RGB value is (196,122,42). Sum of RGB (Red+Green+Blue) = 196+122+42=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47A2A is #3B85D5. Grayscale: #878787. Windows color (decimal): -3900886 or 2783940. OLE color: 2783940.

HSL color Cylindrical-coordinate representation of color #C47A2A: hue angle of 31.17º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C47A2A is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB19612242-
CMYK00.380.790.23
HSL31.17º64.71%46.67%-
HSV(B)31.17º78.57%76.86%-
XYZ30.1425.825.59-
YUV135.0175.52171.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.44%
GREEN value IS 122 (48.05% from 255) = 33.89%
BLUE value IS 42 (16.80% from 255) = 11.67%
R=54.44%
G=33.89%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961224200.380.790.2331.1764.7146.67
HexC47A2A0264F171f412f
Octal30417252046117273710157
Binary1100010011110101010100100110100111110111111111000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47A2A; }

 p { color: rgb(196,122,42); }

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

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

 a { background-color: rgb(196,122,42); }

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

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

 span { border-color: rgb(196,122,42); }

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