#C17E21

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

Shades of Pirate Gold #C17E21

Tints of Pirate Gold #C17E21

Color information

#C17E21 (or 0xC17E21) is unknown color: approx Pirate Gold. HEX triplet: C1, 7E and 21. RGB value is (193,126,33). Sum of RGB (Red+Green+Blue) = 193+126+33=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17E21 is #3E81DE. Grayscale: #878787. Windows color (decimal): -4096479 or 2195137. OLE color: 2195137.

HSL color Cylindrical-coordinate representation of color #C17E21: hue angle of 34.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C17E21 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB19312633-
CMYK00.350.830.24
HSL34.88º70.8%44.31%-
HSV(B)34.88º82.9%75.69%-
XYZ29.7326.374.96-
YUV135.4370.2169.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.83%
GREEN value IS 126 (49.61% from 255) = 35.80%
BLUE value IS 33 (13.28% from 255) = 9.38%
R=54.83%
G=35.80%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931263300.350.830.2434.8870.844.31
HexC17E21023531823472c
Octal30117641043123304310754
Binary11000001111111010000101000111010011110001000111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17E21; }

 p { color: rgb(193,126,33); }

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

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

 a { background-color: rgb(193,126,33); }

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

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

 span { border-color: rgb(193,126,33); }

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