#C16A4C

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

Shades of Red Damask #C16A4C

Tints of Red Damask #C16A4C

Color information

#C16A4C (or 0xC16A4C) is unknown color: approx Red Damask. HEX triplet: C1, 6A and 4C. RGB value is (193,106,76). Sum of RGB (Red+Green+Blue) = 193+106+76=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C16A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16A4C is #3E95B3. Grayscale: #808080. Windows color (decimal): -4101556 or 5008065. OLE color: 5008065.

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

Color convert

RGB19310676-
CMYK00.450.610.24
HSL15.38º48.55%52.75%-
HSV(B)15.38º60.62%75.69%-
XYZ28.4522.179.62-
YUV128.5998.32173.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.47%
GREEN value IS 106 (41.80% from 255) = 28.27%
BLUE value IS 76 (30.08% from 255) = 20.27%
R=51.47%
G=28.27%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931067600.450.610.2415.3848.5552.75
HexC16A4C02D3D18f3135
Octal3011521140557530176165
Binary11000001110101010011000101101111101110001111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16A4C; }

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

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

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

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

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

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

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

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