#C25F7E

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

Shades of Tapestry #C25F7E

Tints of Tapestry #C25F7E

Color information

#C25F7E (or 0xC25F7E) is unknown color: approx Tapestry. HEX triplet: C2, 5F and 7E. RGB value is (194,95,126). Sum of RGB (Red+Green+Blue) = 194+95+126=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25F7E is #3DA081. Grayscale: #808080. Windows color (decimal): -4038786 or 8282050. OLE color: 8282050.

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

Color convert

RGB19495126-
CMYK00.510.350.24
HSL341.21º44.8%56.67%-
HSV(B)341.21º51.03%76.08%-
XYZ30.1121.1622.24-
YUV128.14126.8174.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.75%
GREEN value IS 95 (37.5% from 255) = 22.89%
BLUE value IS 126 (49.61% from 255) = 30.36%
R=46.75%
G=22.89%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949512600.510.350.24341.2144.856.67
HexC25F7E03323181552d39
Octal30213717606343305255571
Binary1100001010111111111110011001110001111000101010101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25F7E; }

 p { color: rgb(194,95,126); }

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

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

 a { background-color: rgb(194,95,126); }

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

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

 span { border-color: rgb(194,95,126); }

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