#C46D43

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

Shades of Red Damask #C46D43

Tints of Red Damask #C46D43

Color information

#C46D43 (or 0xC46D43) is unknown color: approx Red Damask. HEX triplet: C4, 6D and 43. RGB value is (196,109,67). Sum of RGB (Red+Green+Blue) = 196+109+67=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 67 (26.56% from 255 or 18.01% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46D43 is #3B92BC. Grayscale: #828282. Windows color (decimal): -3904189 or 4419012. OLE color: 4419012.

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

Color convert

RGB19610967-
CMYK00.440.660.23
HSL19.53º52.23%51.57%-
HSV(B)19.53º65.82%76.86%-
XYZ29.2523.088.22-
YUV130.2292.32174.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.69%
GREEN value IS 109 (42.97% from 255) = 29.30%
BLUE value IS 67 (26.56% from 255) = 18.01%
R=52.69%
G=29.30%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961096700.440.660.2319.5352.2351.57
HexC46D4302C4217143434
Octal30415510305410227246464
Binary1100010011011011000011010110010000101011110100110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46D43; }

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

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

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

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

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

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

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

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