#C17252

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

Shades of Red Damask #C17252

Tints of Red Damask #C17252

Color information

#C17252 (or 0xC17252) is unknown color: approx Red Damask. HEX triplet: C1, 72 and 52. RGB value is (193,114,82). Sum of RGB (Red+Green+Blue) = 193+114+82=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C17252 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17252 is #3E8DAD. Grayscale: #868686. Windows color (decimal): -4099502 or 5403329. OLE color: 5403329.

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

Color convert

RGB19311482-
CMYK00.410.580.24
HSL17.3º47.23%53.92%-
HSV(B)17.3º57.51%75.69%-
XYZ29.5323.9811.05-
YUV133.9798.67170.1-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.61%
GREEN value IS 114 (44.92% from 255) = 29.31%
BLUE value IS 82 (32.42% from 255) = 21.08%
R=49.61%
G=29.31%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931148200.410.580.2417.347.2353.92
HexC172520293A18112f36
Octal3011621220517230215766
Binary110000011110010101001001010011110101100010001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17252; }

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

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

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

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

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

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

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

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