#C25F82

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

Shades of Tapestry #C25F82

Tints of Tapestry #C25F82

Color information

#C25F82 (or 0xC25F82) is unknown color: approx Tapestry. HEX triplet: C2, 5F and 82. RGB value is (194,95,130). Sum of RGB (Red+Green+Blue) = 194+95+130=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25F82 is #3DA07D. Grayscale: #808080. Windows color (decimal): -4038782 or 8544194. OLE color: 8544194.

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

Color convert

RGB19495130-
CMYK00.510.330.24
HSL338.79º44.8%56.67%-
HSV(B)338.79º51.03%76.08%-
XYZ30.3721.2723.62-
YUV128.59128.8174.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.30%
GREEN value IS 95 (37.5% from 255) = 22.67%
BLUE value IS 130 (51.17% from 255) = 31.03%
R=46.30%
G=22.67%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949513000.510.330.24338.7944.856.67
HexC25F8203321181532d39
Octal30213720206341305235571
Binary11000010101111110000010011001110000111000101010011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25F82; }

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

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

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

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

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

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

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

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