#C46F4D

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

Shades of Red Damask #C46F4D

Tints of Red Damask #C46F4D

Color information

#C46F4D (or 0xC46F4D) is unknown color: approx Red Damask. HEX triplet: C4, 6F and 4D. RGB value is (196,111,77). Sum of RGB (Red+Green+Blue) = 196+111+77=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46F4D is #3B90B2. Grayscale: #848484. Windows color (decimal): -3903667 or 5074884. OLE color: 5074884.

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

Color convert

RGB19611177-
CMYK00.430.610.23
HSL17.14º50.21%53.53%-
HSV(B)17.14º60.71%76.86%-
XYZ29.7923.6410.01-
YUV132.5496.66173.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.04%
GREEN value IS 111 (43.75% from 255) = 28.91%
BLUE value IS 77 (30.47% from 255) = 20.05%
R=51.04%
G=28.91%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961117700.430.610.2317.1450.2153.53
HexC46F4D02B3D17113236
Octal3041571150537527216266
Binary110001001101111100110101010111111011011110001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46F4D; }

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

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

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

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

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

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

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

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