#c17223

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

Shades of Pirate Gold #C17223

Tints of Pirate Gold #C17223

Color information

#C17223 (or 0xC17223) is unknown color: approx Pirate Gold. HEX triplet: C1, 72 and 23. RGB value is (193,114,35). Sum of RGB (Red+Green+Blue) = 193+114+35=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 35 (14.06% from 255 or 10.23% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C17223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17223 is #3E8DDC. Grayscale: #818181. Windows color (decimal): -4099549 or 2323137. OLE color: 2323137.

HSL color Cylindrical-coordinate representation of color #C17223: hue angle of 30º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C17223 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB19311435-
CMYK00.410.820.24
HSL30º69.3%44.71%-
HSV(B)30º81.87%75.69%-
XYZ28.3123.494.63-
YUV128.6275.17173.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.43%
GREEN value IS 114 (44.92% from 255) = 33.33%
BLUE value IS 35 (14.06% from 255) = 10.23%
R=56.43%
G=33.33%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931143500.410.820.243069.344.71
HexC1722302952181e452d
Octal30116243051122303610555
Binary1100000111100101000110101001101001011000111101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c17223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c17223; }

 p { color: rgb(193,114,35); }

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

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

 a { background-color: rgb(193,114,35); }

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

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

 span { border-color: rgb(193,114,35); }

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