#C16C4C

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

Shades of Red Damask #C16C4C

Tints of Red Damask #C16C4C

Color information

#C16C4C (or 0xC16C4C) is unknown color: approx Red Damask. HEX triplet: C1, 6C and 4C. RGB value is (193,108,76). Sum of RGB (Red+Green+Blue) = 193+108+76=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16C4C is #3E93B3. Grayscale: #818181. Windows color (decimal): -4101044 or 5008577. OLE color: 5008577.

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

Color convert

RGB19310876-
CMYK00.440.610.24
HSL16.41º48.55%52.75%-
HSV(B)16.41º60.62%75.69%-
XYZ28.6622.589.69-
YUV129.7797.66173.1-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.19%
GREEN value IS 108 (42.58% from 255) = 28.65%
BLUE value IS 76 (30.08% from 255) = 20.16%
R=51.19%
G=28.65%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931087600.440.610.2416.4148.5552.75
HexC16C4C02C3D18103135
Octal3011541140547530206165
Binary110000011101100100110001011001111011100010000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16C4C; }

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

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

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

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

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

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

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

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