#C46F4A

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

Shades of Red Damask #C46F4A

Tints of Red Damask #C46F4A

Color information

#C46F4A (or 0xC46F4A) is unknown color: approx Red Damask. HEX triplet: C4, 6F and 4A. RGB value is (196,111,74). Sum of RGB (Red+Green+Blue) = 196+111+74=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46F4A is #3B90B5. Grayscale: #848484. Windows color (decimal): -3903670 or 4878276. OLE color: 4878276.

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

Color convert

RGB19611174-
CMYK00.430.620.23
HSL18.2º50.83%52.94%-
HSV(B)18.2º62.24%76.86%-
XYZ29.6923.69.47-
YUV132.295.16173.51-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.44%
GREEN value IS 111 (43.75% from 255) = 29.13%
BLUE value IS 74 (29.30% from 255) = 19.42%
R=51.44%
G=29.13%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961117400.430.620.2318.250.8352.94
HexC46F4A02B3E17123335
Octal3041571120537627226365
Binary110001001101111100101001010111111101011110010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46F4A; }

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

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

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

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

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

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

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

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