#C46D47

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

Shades of Red Damask #C46D47

Tints of Red Damask #C46D47

Color information

#C46D47 (or 0xC46D47) is unknown color: approx Red Damask. HEX triplet: C4, 6D and 47. RGB value is (196,109,71). Sum of RGB (Red+Green+Blue) = 196+109+71=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 71 (28.12% from 255 or 18.88% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46D47 is #3B92B8. Grayscale: #828282. Windows color (decimal): -3904185 or 4681156. OLE color: 4681156.

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

Color convert

RGB19610971-
CMYK00.440.640.23
HSL18.24º51.44%52.35%-
HSV(B)18.24º63.78%76.86%-
XYZ29.3723.138.88-
YUV130.6894.32174.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.13%
GREEN value IS 109 (42.97% from 255) = 28.99%
BLUE value IS 71 (28.12% from 255) = 18.88%
R=52.13%
G=28.99%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961097100.440.640.2318.2451.4452.35
HexC46D4702C4017123334
Octal30415510705410027226364
Binary1100010011011011000111010110010000001011110010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46D47; }

 p { color: rgb(196,109,71); }

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

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

 a { background-color: rgb(196,109,71); }

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

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

 span { border-color: rgb(196,109,71); }

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