#C46D53

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

Shades of Red Damask #C46D53

Tints of Red Damask #C46D53

Color information

#C46D53 (or 0xC46D53) is unknown color: approx Red Damask. HEX triplet: C4, 6D and 53. RGB value is (196,109,83). Sum of RGB (Red+Green+Blue) = 196+109+83=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46D53 is #3B92AC. Grayscale: #848484. Windows color (decimal): -3904173 or 5467588. OLE color: 5467588.

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

Color convert

RGB19610983-
CMYK00.440.580.23
HSL13.81º48.92%54.71%-
HSV(B)13.81º57.65%76.86%-
XYZ29.7923.311.11-
YUV132.05100.32173.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.52%
GREEN value IS 109 (42.97% from 255) = 28.09%
BLUE value IS 83 (32.81% from 255) = 21.39%
R=50.52%
G=28.09%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961098300.440.580.2313.8148.9254.71
HexC46D5302C3A17e3137
Octal3041551230547227166167
Binary11000100110110110100110101100111010101111110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46D53; }

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

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

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

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

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

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

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

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