#C5607F

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

Shades of Tapestry #C5607F

Tints of Tapestry #C5607F

Color information

#C5607F (or 0xC5607F) is unknown color: approx Tapestry. HEX triplet: C5, 60 and 7F. RGB value is (197,96,127). Sum of RGB (Red+Green+Blue) = 197+96+127=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C5607F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5607F is #3A9F80. Grayscale: #818181. Windows color (decimal): -3841921 or 8347845. OLE color: 8347845.

HSL color Cylindrical-coordinate representation of color #C5607F: hue angle of 341.58º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5607F is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB19796127-
CMYK00.510.360.23
HSL341.58º46.54%57.45%-
HSV(B)341.58º51.27%77.25%-
XYZ31.0421.7722.64-
YUV129.73126.46175.98-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.90%
GREEN value IS 96 (37.89% from 255) = 22.86%
BLUE value IS 127 (50% from 255) = 30.24%
R=46.90%
G=22.86%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979612700.510.360.23341.5846.5457.45
HexC5607F03324171562f39
Octal30514017706344275265771
Binary1100010111000001111111011001110010010111101010110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5607F; }

 p { color: rgb(197,96,127); }

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

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

 a { background-color: rgb(197,96,127); }

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

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

 span { border-color: rgb(197,96,127); }

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