#C25E80

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

Shades of Tapestry #C25E80

Tints of Tapestry #C25E80

Color information

#C25E80 (or 0xC25E80) is unknown color: approx Tapestry. HEX triplet: C2, 5E and 80. RGB value is (194,94,128). Sum of RGB (Red+Green+Blue) = 194+94+128=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25E80 is #3DA17F. Grayscale: #7F7F7F. Windows color (decimal): -4039040 or 8412866. OLE color: 8412866.

HSL color Cylindrical-coordinate representation of color #C25E80: hue angle of 339.6º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C25E80 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB19494128-
CMYK00.520.340.24
HSL339.6º45.05%56.47%-
HSV(B)339.6º51.55%76.08%-
XYZ30.1521.0322.89-
YUV127.78128.13175.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.63%
GREEN value IS 94 (37.11% from 255) = 22.60%
BLUE value IS 128 (50.39% from 255) = 30.77%
R=46.63%
G=22.60%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949412800.520.340.24339.645.0556.47
HexC25E8003422181542d38
Octal30213620006442305245570
Binary11000010101111010000000011010010001011000101010100101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25E80; }

 p { color: rgb(194,94,128); }

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

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

 a { background-color: rgb(194,94,128); }

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

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

 span { border-color: rgb(194,94,128); }

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