Html Css Color HEX #C5647F Tapestry

📋 copy color: '#C5647F'

red 197 ◦ green 100 ◦ blue 127

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

Shades of Tapestry #C5647F

Tints of Tapestry #C5647F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.58%

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

R = 46.46%
G = 23.58%
B = 29.95%

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

#C5647F (or 0xC5647F) is known color: Tapestry. HEX triplet: C5, 64 and 7F. RGB value is (197,100,127). Sum of RGB (Red+Green+Blue) = 197+100+127=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C5647F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5647F is #3A9B80. Grayscale: #848484. Windows color (decimal): -3840897 or 8348869. OLE color: 8348869.

HSL color Cylindrical-coordinate representation of color #C5647F: hue angle of 343.3º degrees, saturation: 0.46, 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 #C5647F is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 100 127 -
CMYK 0 0.49 0.36 0.23
HSL 343.3º 0.46% 0.58% -
HSV(B) 343.3º 0.49% 0.77% -
XYZ 31.41 22.52 22.77 -
YUV 132.08 125.14 174.3 -
System Red Green Blue C M Y K H S L
Decimal 197 100 127 0 0.49 0.36 0.23 343.3 0.46 0.58
Hex C5 64 7F 0 31 24 17 157 2E 3A
Octal 305 144 177 0 61 44 27 527 56 72
Binary 11000101 1100100 1111111 0 110001 100100 10111 101010111 101110 111010

Color Harmonies of #C5647F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5647F

Black with #C5647F

Text Example


Text Example

White with #C5647F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5647F; }

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

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

background-color css

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

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

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

border-color css

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

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

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