#c46644

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

Shades of Red Damask #C46644

Tints of Red Damask #C46644

Color information

#C46644 (or 0xC46644) is unknown color: approx Red Damask. HEX triplet: C4, 66 and 44. RGB value is (196,102,68). Sum of RGB (Red+Green+Blue) = 196+102+68=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C46644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46644 is #3B99BB. Grayscale: #7E7E7E. Windows color (decimal): -3905980 or 4482756. OLE color: 4482756.

HSL color Cylindrical-coordinate representation of color #C46644: hue angle of 15.94º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C46644 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB19610268-
CMYK00.480.650.23
HSL15.94º52.03%51.76%-
HSV(B)15.94º65.31%76.86%-
XYZ28.5621.668.14-
YUV126.2395.14177.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.55%
GREEN value IS 102 (40.23% from 255) = 27.87%
BLUE value IS 68 (26.95% from 255) = 18.58%
R=53.55%
G=27.87%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961026800.480.650.2315.9452.0351.76
HexC466440304117103434
Octal30414610406010127206464
Binary1100010011001101000100011000010000011011110000110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c46644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c46644; }

 p { color: rgb(196,102,68); }

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

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

 a { background-color: rgb(196,102,68); }

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

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

 span { border-color: rgb(196,102,68); }

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