#C46181

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

Shades of Tapestry #C46181

Tints of Tapestry #C46181

Color information

#C46181 (or 0xC46181) is unknown color: approx Tapestry. HEX triplet: C4, 61 and 81. RGB value is (196,97,129). Sum of RGB (Red+Green+Blue) = 196+97+129=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C46181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46181 is #3B9E7E. Grayscale: #828282. Windows color (decimal): -3907199 or 8479172. OLE color: 8479172.

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

Color convert

RGB19697129-
CMYK00.510.340.23
HSL340.61º45.62%57.45%-
HSV(B)340.61º50.51%76.86%-
XYZ3121.8723.36-
YUV130.25127.3174.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.45%
GREEN value IS 97 (38.28% from 255) = 22.99%
BLUE value IS 129 (50.78% from 255) = 30.57%
R=46.45%
G=22.99%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969712900.510.340.23340.6145.6257.45
HexC4618103322171552e39
Octal30414120106342275255671
Binary11000100110000110000001011001110001010111101010101101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46181; }

 p { color: rgb(196,97,129); }

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

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

 a { background-color: rgb(196,97,129); }

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

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

 span { border-color: rgb(196,97,129); }

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