#C17352

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

Shades of Red Damask #C17352

Tints of Red Damask #C17352

Color information

#C17352 (or 0xC17352) is unknown color: approx Red Damask. HEX triplet: C1, 73 and 52. RGB value is (193,115,82). Sum of RGB (Red+Green+Blue) = 193+115+82=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C17352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17352 is #3E8CAD. Grayscale: #868686. Windows color (decimal): -4099246 or 5403585. OLE color: 5403585.

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

Color convert

RGB19311582-
CMYK00.400.580.24
HSL17.84º47.23%53.92%-
HSV(B)17.84º57.51%75.69%-
XYZ29.6524.2111.09-
YUV134.5698.34169.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.49%
GREEN value IS 115 (45.31% from 255) = 29.49%
BLUE value IS 82 (32.42% from 255) = 21.03%
R=49.49%
G=29.49%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931158200.400.580.2417.8447.2353.92
HexC173520283A18122f36
Octal3011631220507230225766
Binary110000011110011101001001010001110101100010010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17352; }

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

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

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

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

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

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

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

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