#C17C24

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

Shades of Pirate Gold #C17C24

Tints of Pirate Gold #C17C24

Color information

#C17C24 (or 0xC17C24) is unknown color: approx Pirate Gold. HEX triplet: C1, 7C and 24. RGB value is (193,124,36). Sum of RGB (Red+Green+Blue) = 193+124+36=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 36 (14.45% from 255 or 10.20% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17C24 is #3E83DB. Grayscale: #878787. Windows color (decimal): -4096988 or 2391233. OLE color: 2391233.

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

Color convert

RGB19312436-
CMYK00.360.810.24
HSL33.63º68.56%44.9%-
HSV(B)33.63º81.35%75.69%-
XYZ29.5225.885.11-
YUV134.672.36169.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.67%
GREEN value IS 124 (48.83% from 255) = 35.13%
BLUE value IS 36 (14.45% from 255) = 10.20%
R=54.67%
G=35.13%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931243600.360.810.2433.6368.5644.9
HexC17C24024511822452d
Octal30117444044121304210555
Binary11000001111110010010001001001010001110001000101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17C24; }

 p { color: rgb(193,124,36); }

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

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

 a { background-color: rgb(193,124,36); }

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

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

 span { border-color: rgb(193,124,36); }

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