#C46E45

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

Shades of Red Damask #C46E45

Tints of Red Damask #C46E45

Color information

#C46E45 (or 0xC46E45) is unknown color: approx Red Damask. HEX triplet: C4, 6E and 45. RGB value is (196,110,69). Sum of RGB (Red+Green+Blue) = 196+110+69=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46E45 is #3B91BA. Grayscale: #838383. Windows color (decimal): -3903931 or 4550340. OLE color: 4550340.

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

Color convert

RGB19611069-
CMYK00.440.650.23
HSL19.37º51.84%51.96%-
HSV(B)19.37º64.8%76.86%-
XYZ29.4223.328.58-
YUV131.0492.99174.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.27%
GREEN value IS 110 (43.36% from 255) = 29.33%
BLUE value IS 69 (27.34% from 255) = 18.4%
R=52.27%
G=29.33%
B=18.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961106900.440.650.2319.3751.8451.96
HexC46E4502C4117133434
Octal30415610505410127236464
Binary1100010011011101000101010110010000011011110011110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46E45; }

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

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

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

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

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

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

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

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