#c17254

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

Shades of Red Damask #C17254

Tints of Red Damask #C17254

Color information

#C17254 (or 0xC17254) is unknown color: approx Red Damask. HEX triplet: C1, 72 and 54. RGB value is (193,114,84). Sum of RGB (Red+Green+Blue) = 193+114+84=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C17254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17254 is #3E8DAB. Grayscale: #868686. Windows color (decimal): -4099500 or 5534401. OLE color: 5534401.

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

Color convert

RGB19311484-
CMYK00.410.560.24
HSL16.51º46.78%54.31%-
HSV(B)16.51º56.48%75.69%-
XYZ29.6124.0111.46-
YUV134.299.67169.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.36%
GREEN value IS 114 (44.92% from 255) = 29.16%
BLUE value IS 84 (33.20% from 255) = 21.48%
R=49.36%
G=29.16%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931148400.410.560.2416.5146.7854.31
HexC172540293818112f36
Octal3011621240517030215766
Binary110000011110010101010001010011110001100010001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c17254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c17254; }

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

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

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

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

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

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

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

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