#C46C47

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

Shades of Red Damask #C46C47

Tints of Red Damask #C46C47

Color information

#C46C47 (or 0xC46C47) is unknown color: approx Red Damask. HEX triplet: C4, 6C and 47. RGB value is (196,108,71). Sum of RGB (Red+Green+Blue) = 196+108+71=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46C47 is #3B93B8. Grayscale: #828282. Windows color (decimal): -3904441 or 4680900. OLE color: 4680900.

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

Color convert

RGB19610871-
CMYK00.450.640.23
HSL17.76º51.44%52.35%-
HSV(B)17.76º63.78%76.86%-
XYZ29.2622.928.84-
YUV130.0994.65175.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.27%
GREEN value IS 108 (42.58% from 255) = 28.8%
BLUE value IS 71 (28.12% from 255) = 18.93%
R=52.27%
G=28.8%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961087100.450.640.2317.7651.4452.35
HexC46C4702D4017123334
Octal30415410705510027226364
Binary1100010011011001000111010110110000001011110010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46C47; }

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

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

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

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

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

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

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

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