#C17349

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

Shades of Red Damask #C17349

Tints of Red Damask #C17349

Color information

#C17349 (or 0xC17349) is unknown color: approx Red Damask. HEX triplet: C1, 73 and 49. RGB value is (193,115,73). Sum of RGB (Red+Green+Blue) = 193+115+73=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C17349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17349 is #3E8CB6. Grayscale: #858585. Windows color (decimal): -4099255 or 4813761. OLE color: 4813761.

HSL color Cylindrical-coordinate representation of color #C17349: hue angle of 21º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C17349 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB19311573-
CMYK00.400.620.24
HSL21º49.18%52.16%-
HSV(B)21º62.18%75.69%-
XYZ29.3324.089.41-
YUV133.5393.84170.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.66%
GREEN value IS 115 (45.31% from 255) = 30.18%
BLUE value IS 73 (28.91% from 255) = 19.16%
R=50.66%
G=30.18%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931157300.400.620.242149.1852.16
HexC173490283E18153134
Octal3011631110507630256164
Binary110000011110011100100101010001111101100010101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17349; }

 p { color: rgb(193,115,73); }

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

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

 a { background-color: rgb(193,115,73); }

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

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

 span { border-color: rgb(193,115,73); }

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