#C1704C

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

Shades of Red Damask #C1704C

Tints of Red Damask #C1704C

Color information

#C1704C (or 0xC1704C) is unknown color: approx Red Damask. HEX triplet: C1, 70 and 4C. RGB value is (193,112,76). Sum of RGB (Red+Green+Blue) = 193+112+76=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C1704C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1704C is #3E8FB3. Grayscale: #848484. Windows color (decimal): -4100020 or 5009601. OLE color: 5009601.

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

Color convert

RGB19311276-
CMYK00.420.610.24
HSL18.46º48.55%52.75%-
HSV(B)18.46º60.62%75.69%-
XYZ29.0923.459.83-
YUV132.1196.34171.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.66%
GREEN value IS 112 (44.14% from 255) = 29.40%
BLUE value IS 76 (30.08% from 255) = 19.95%
R=50.66%
G=29.40%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931127600.420.610.2418.4648.5552.75
HexC1704C02A3D18123135
Octal3011601140527530226165
Binary110000011110000100110001010101111011100010010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1704C; }

 p { color: rgb(193,112,76); }

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

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

 a { background-color: rgb(193,112,76); }

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

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

 span { border-color: rgb(193,112,76); }

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