#C17C54

Color #C17C54 Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #C17C54

Tints of Red Damask #C17C54

Color information

#C17C54 (or 0xC17C54) is unknown color: approx Red Damask. HEX triplet: C1, 7C and 54. RGB value is (193,124,84). Sum of RGB (Red+Green+Blue) = 193+124+84=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17C54 is #3E83AB. Grayscale: #8C8C8C. Windows color (decimal): -4096940 or 5536961. OLE color: 5536961.

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

Color convert

RGB19312484-
CMYK00.360.560.24
HSL22.02º46.78%54.31%-
HSV(B)22.02º56.48%75.69%-
XYZ30.826.3911.86-
YUV140.0796.36165.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.13%
GREEN value IS 124 (48.83% from 255) = 30.92%
BLUE value IS 84 (33.20% from 255) = 20.95%
R=48.13%
G=30.92%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931248400.360.560.2422.0246.7854.31
HexC17C540243818162f36
Octal3011741240447030265766
Binary110000011111100101010001001001110001100010110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17C54; }

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

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

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

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

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

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

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

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