#C45E7F

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

Shades of Tapestry #C45E7F

Tints of Tapestry #C45E7F

Color information

#C45E7F (or 0xC45E7F) is unknown color: approx Tapestry. HEX triplet: C4, 5E and 7F. RGB value is (196,94,127). Sum of RGB (Red+Green+Blue) = 196+94+127=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C45E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45E7F is #3BA180. Grayscale: #808080. Windows color (decimal): -3907969 or 8347332. OLE color: 8347332.

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

Color convert

RGB19694127-
CMYK00.520.350.23
HSL340.59º46.36%56.86%-
HSV(B)340.59º52.04%76.86%-
XYZ30.621.2722.57-
YUV128.26127.29176.32-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.00%
GREEN value IS 94 (37.11% from 255) = 22.54%
BLUE value IS 127 (50% from 255) = 30.46%
R=47.00%
G=22.54%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969412700.520.350.23340.5946.3656.86
HexC45E7F03423171552e39
Octal30413617706443275255671
Binary1100010010111101111111011010010001110111101010101101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45E7F; }

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

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

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

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

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

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

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

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