#C46C4C

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

Shades of Red Damask #C46C4C

Tints of Red Damask #C46C4C

Color information

#C46C4C (or 0xC46C4C) is unknown color: approx Red Damask. HEX triplet: C4, 6C and 4C. RGB value is (196,108,76). Sum of RGB (Red+Green+Blue) = 196+108+76=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46C4C is #3B93B3. Grayscale: #828282. Windows color (decimal): -3904436 or 5008580. OLE color: 5008580.

HSL color Cylindrical-coordinate representation of color #C46C4C: hue angle of 16º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C46C4C is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB19610876-
CMYK00.450.610.23
HSL16º50.42%53.33%-
HSV(B)16º61.22%76.86%-
XYZ29.4322.989.72-
YUV130.6697.15174.6-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.58%
GREEN value IS 108 (42.58% from 255) = 28.42%
BLUE value IS 76 (30.08% from 255) = 20%
R=51.58%
G=28.42%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961087600.450.610.231650.4253.33
HexC46C4C02D3D17103235
Octal3041541140557527206265
Binary110001001101100100110001011011111011011110000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46C4C; }

 p { color: rgb(196,108,76); }

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

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

 a { background-color: rgb(196,108,76); }

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

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

 span { border-color: rgb(196,108,76); }

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