#C17A54

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

Shades of Red Damask #C17A54

Tints of Red Damask #C17A54

Color information

#C17A54 (or 0xC17A54) is unknown color: approx Red Damask. HEX triplet: C1, 7A and 54. RGB value is (193,122,84). Sum of RGB (Red+Green+Blue) = 193+122+84=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17A54 is #3E85AB. Grayscale: #8B8B8B. Windows color (decimal): -4097452 or 5536449. OLE color: 5536449.

HSL color Cylindrical-coordinate representation of color #C17A54: hue angle of 20.92º 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 #C17A54 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB19312284-
CMYK00.370.560.24
HSL20.92º46.78%54.31%-
HSV(B)20.92º56.48%75.69%-
XYZ30.5525.911.78-
YUV138.997.02166.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.37%
GREEN value IS 122 (48.05% from 255) = 30.58%
BLUE value IS 84 (33.20% from 255) = 21.05%
R=48.37%
G=30.58%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931228400.370.560.2420.9246.7854.31
HexC17A540253818152f36
Octal3011721240457030255766
Binary110000011111010101010001001011110001100010101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17A54; }

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

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

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

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

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

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

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

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