#c17554

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

Shades of Red Damask #C17554

Tints of Red Damask #C17554

Color information

#C17554 (or 0xC17554) is unknown color: approx Red Damask. HEX triplet: C1, 75 and 54. RGB value is (193,117,84). Sum of RGB (Red+Green+Blue) = 193+117+84=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C17554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17554 is #3E8AAB. Grayscale: #888888. Windows color (decimal): -4098732 or 5535169. OLE color: 5535169.

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

Color convert

RGB19311784-
CMYK00.390.560.24
HSL18.17º46.78%54.31%-
HSV(B)18.17º56.48%75.69%-
XYZ29.9524.711.58-
YUV135.9698.68168.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.98%
GREEN value IS 117 (46.09% from 255) = 29.70%
BLUE value IS 84 (33.20% from 255) = 21.32%
R=48.98%
G=29.70%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931178400.390.560.2418.1746.7854.31
HexC175540273818122f36
Octal3011651240477030225766
Binary110000011110101101010001001111110001100010010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c17554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c17554; }

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

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

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

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

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

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

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

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