#C46081

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

Shades of Tapestry #C46081

Tints of Tapestry #C46081

Color information

#C46081 (or 0xC46081) is unknown color: approx Tapestry. HEX triplet: C4, 60 and 81. RGB value is (196,96,129). Sum of RGB (Red+Green+Blue) = 196+96+129=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C46081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46081 is #3B9F7E. Grayscale: #818181. Windows color (decimal): -3907455 or 8478916. OLE color: 8478916.

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

Color convert

RGB19696129-
CMYK00.510.340.23
HSL340.2º45.87%57.25%-
HSV(B)340.2º51.02%76.86%-
XYZ30.9121.6923.33-
YUV129.66127.63175.32-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.56%
GREEN value IS 96 (37.89% from 255) = 22.80%
BLUE value IS 129 (50.78% from 255) = 30.64%
R=46.56%
G=22.80%
B=30.64%

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
Decimal1969612900.510.340.23340.245.8757.25
HexC4608103322171542e39
Octal30414020106342275245671
Binary11000100110000010000001011001110001010111101010100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46081; }

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

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

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

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

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

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

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

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