Html Css Color HEX #C5657F Tapestry

📋 copy color: '#C5657F'

red 197 ◦ green 101 ◦ blue 127

#C5657F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #C5657F

Tints of Tapestry #C5657F

RGB

 RED value IS 197 (77.34% from 255) = 46.35%

 GREEN value IS 101 (39.84% from 255) = 23.76%

 BLUE value IS 127 (50% from 255) = 29.88%

R = 46.35%
G = 23.76%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5657F (or 0xC5657F) is known color: Tapestry. HEX triplet: C5, 65 and 7F. RGB value is (197,101,127). Sum of RGB (Red+Green+Blue) = 197+101+127=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C5657F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5657F is #3A9A80. Grayscale: #848484. Windows color (decimal): -3840641 or 8349125. OLE color: 8349125.

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

Color convert

RGB 197 101 127 -
CMYK 0 0.49 0.36 0.23
HSL 343.75º 0.45% 0.58% -
HSV(B) 343.75º 0.49% 0.77% -
XYZ 31.51 22.71 22.8 -
YUV 132.67 124.8 173.89 -
System Red Green Blue C M Y K H S L
Decimal 197 101 127 0 0.49 0.36 0.23 343.75 0.45 0.58
Hex C5 65 7F 0 31 24 17 158 2D 3A
Octal 305 145 177 0 61 44 27 530 55 72
Binary 11000101 1100101 1111111 0 110001 100100 10111 101011000 101101 111010

Color Harmonies of #C5657F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5657F

Black with #C5657F

Text Example


Text Example

White with #C5657F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5657F; }

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

 H1.HeaderClassName
 {
   color: #C5657F;
 }
 .AnyTagClassName
 {
   color: #C5657F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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