#C46A45

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

Shades of Red Damask #C46A45

Tints of Red Damask #C46A45

Color information

#C46A45 (or 0xC46A45) is unknown color: approx Red Damask. HEX triplet: C4, 6A and 45. RGB value is (196,106,69). Sum of RGB (Red+Green+Blue) = 196+106+69=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46A45 is #3B95BA. Grayscale: #808080. Windows color (decimal): -3904955 or 4549316. OLE color: 4549316.

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

Color convert

RGB19610669-
CMYK00.460.650.23
HSL17.48º51.84%51.96%-
HSV(B)17.48º64.8%76.86%-
XYZ28.9922.478.44-
YUV128.6994.32176.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.83%
GREEN value IS 106 (41.80% from 255) = 28.57%
BLUE value IS 69 (27.34% from 255) = 18.60%
R=52.83%
G=28.57%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961066900.460.650.2317.4851.8451.96
HexC46A4502E4117113434
Octal30415210505610127216464
Binary1100010011010101000101010111010000011011110001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46A45; }

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

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

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

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

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

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

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

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