#C46E4D

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

Shades of Red Damask #C46E4D

Tints of Red Damask #C46E4D

Color information

#C46E4D (or 0xC46E4D) is unknown color: approx Red Damask. HEX triplet: C4, 6E and 4D. RGB value is (196,110,77). Sum of RGB (Red+Green+Blue) = 196+110+77=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46E4D is #3B91B2. Grayscale: #848484. Windows color (decimal): -3903923 or 5074628. OLE color: 5074628.

HSL color Cylindrical-coordinate representation of color #C46E4D: hue angle of 16.64º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C46E4D is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB19611077-
CMYK00.440.610.23
HSL16.64º50.21%53.53%-
HSV(B)16.64º60.71%76.86%-
XYZ29.6823.429.98-
YUV131.9596.99173.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.17%
GREEN value IS 110 (43.36% from 255) = 28.72%
BLUE value IS 77 (30.47% from 255) = 20.10%
R=51.17%
G=28.72%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961107700.440.610.2316.6450.2153.53
HexC46E4D02C3D17113236
Octal3041561150547527216266
Binary110001001101110100110101011001111011011110001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46E4D; }

 p { color: rgb(196,110,77); }

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

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

 a { background-color: rgb(196,110,77); }

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

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

 span { border-color: rgb(196,110,77); }

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