#C1724D

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

Shades of Red Damask #C1724D

Tints of Red Damask #C1724D

Color information

#C1724D (or 0xC1724D) is unknown color: approx Red Damask. HEX triplet: C1, 72 and 4D. RGB value is (193,114,77). Sum of RGB (Red+Green+Blue) = 193+114+77=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C1724D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1724D is #3E8DB2. Grayscale: #858585. Windows color (decimal): -4099507 or 5075649. OLE color: 5075649.

HSL color Cylindrical-coordinate representation of color #C1724D: hue angle of 19.14º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1724D is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB19311477-
CMYK00.410.600.24
HSL19.14º48.33%52.94%-
HSV(B)19.14º60.1%75.69%-
XYZ29.3523.9110.09-
YUV133.496.17170.51-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.26%
GREEN value IS 114 (44.92% from 255) = 29.69%
BLUE value IS 77 (30.47% from 255) = 20.05%
R=50.26%
G=29.69%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931147700.410.600.2419.1448.3352.94
HexC1724D0293C18133035
Octal3011621150517430236065
Binary110000011110010100110101010011111001100010011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1724D; }

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

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

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

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

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

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

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

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