#C46A42

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

Shades of Red Damask #C46A42

Tints of Red Damask #C46A42

Color information

#C46A42 (or 0xC46A42) is unknown color: approx Red Damask. HEX triplet: C4, 6A and 42. RGB value is (196,106,66). Sum of RGB (Red+Green+Blue) = 196+106+66=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46A42 is #3B95BD. Grayscale: #808080. Windows color (decimal): -3904958 or 4352708. OLE color: 4352708.

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

Color convert

RGB19610666-
CMYK00.460.660.23
HSL18.46º52.42%51.37%-
HSV(B)18.46º66.33%76.86%-
XYZ28.922.447.96-
YUV128.3592.82176.25-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.26%
GREEN value IS 106 (41.80% from 255) = 28.80%
BLUE value IS 66 (26.17% from 255) = 17.93%
R=53.26%
G=28.80%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961066600.460.660.2318.4652.4251.37
HexC46A4202E4217123433
Octal30415210205610227226463
Binary1100010011010101000010010111010000101011110010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46A42; }

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

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

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

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

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

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

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

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