#C46B42

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

Shades of Red Damask #C46B42

Tints of Red Damask #C46B42

Color information

#C46B42 (or 0xC46B42) is unknown color: approx Red Damask. HEX triplet: C4, 6B and 42. RGB value is (196,107,66). Sum of RGB (Red+Green+Blue) = 196+107+66=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C46B42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46B42 is #3B94BD. Grayscale: #818181. Windows color (decimal): -3904702 or 4352964. OLE color: 4352964.

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

Color convert

RGB19610766-
CMYK00.450.660.23
HSL18.92º52.42%51.37%-
HSV(B)18.92º66.33%76.86%-
XYZ29.0122.648-
YUV128.9492.49175.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.12%
GREEN value IS 107 (42.19% from 255) = 29.00%
BLUE value IS 66 (26.17% from 255) = 17.89%
R=53.12%
G=29.00%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961076600.450.660.2318.9252.4251.37
HexC46B4202D4217133433
Octal30415310205510227236463
Binary1100010011010111000010010110110000101011110011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46B42; }

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

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

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

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

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

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

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

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