#C45E81

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

Shades of Tapestry #C45E81

Tints of Tapestry #C45E81

Color information

#C45E81 (or 0xC45E81) is unknown color: approx Tapestry. HEX triplet: C4, 5E and 81. RGB value is (196,94,129). Sum of RGB (Red+Green+Blue) = 196+94+129=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C45E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45E81 is #3BA17E. Grayscale: #808080. Windows color (decimal): -3907967 or 8478404. OLE color: 8478404.

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

Color convert

RGB19694129-
CMYK00.520.340.23
HSL339.41º46.36%56.86%-
HSV(B)339.41º52.04%76.86%-
XYZ30.7321.3323.27-
YUV128.49128.29176.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.78%
GREEN value IS 94 (37.11% from 255) = 22.43%
BLUE value IS 129 (50.78% from 255) = 30.79%
R=46.78%
G=22.43%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969412900.520.340.23339.4146.3656.86
HexC45E8103422171532e39
Octal30413620106442275235671
Binary11000100101111010000001011010010001010111101010011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45E81; }

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

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

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

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

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

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

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

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