#C25F81

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

Shades of Tapestry #C25F81

Tints of Tapestry #C25F81

Color information

#C25F81 (or 0xC25F81) is unknown color: approx Tapestry. HEX triplet: C2, 5F and 81. RGB value is (194,95,129). Sum of RGB (Red+Green+Blue) = 194+95+129=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25F81 is #3DA07E. Grayscale: #808080. Windows color (decimal): -4038783 or 8478658. OLE color: 8478658.

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

Color convert

RGB19495129-
CMYK00.510.340.24
HSL339.39º44.8%56.67%-
HSV(B)339.39º51.03%76.08%-
XYZ30.321.2423.27-
YUV128.48128.3174.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.41%
GREEN value IS 95 (37.5% from 255) = 22.73%
BLUE value IS 129 (50.78% from 255) = 30.86%
R=46.41%
G=22.73%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949512900.510.340.24339.3944.856.67
HexC25F8103322181532d39
Octal30213720106342305235571
Binary11000010101111110000001011001110001011000101010011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25F81; }

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

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

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

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

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

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

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

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