Html Css Color HEX #C5657C Tapestry

📋 copy color: '#C5657C'

red 197 ◦ green 101 ◦ blue 124

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

Shades of Tapestry #C5657C

Tints of Tapestry #C5657C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.38%

R = 46.68%
G = 23.93%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C5657C (or 0xC5657C) is known color: Tapestry. HEX triplet: C5, 65 and 7C. RGB value is (197,101,124). Sum of RGB (Red+Green+Blue) = 197+101+124=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C5657C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5657C is #3A9A83. Grayscale: #848484. Windows color (decimal): -3840644 or 8152517. OLE color: 8152517.

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

Color convert

RGB 197 101 124 -
CMYK 0 0.49 0.37 0.23
HSL 345.63º 0.45% 0.58% -
HSV(B) 345.63º 0.49% 0.77% -
XYZ 31.32 22.63 21.79 -
YUV 132.33 123.3 174.13 -
System Red Green Blue C M Y K H S L
Decimal 197 101 124 0 0.49 0.37 0.23 345.63 0.45 0.58
Hex C5 65 7C 0 31 25 17 15A 2D 3A
Octal 305 145 174 0 61 45 27 532 55 72
Binary 11000101 1100101 1111100 0 110001 100101 10111 101011010 101101 111010

Color Harmonies of #C5657C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5657C

Black with #C5657C

Text Example


Text Example

White with #C5657C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5657C; }

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

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

background-color css

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

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

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

border-color css

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

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

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