Html Css Color HEX #C5657A Tapestry

📋 copy color: '#C5657A'

red 197 ◦ green 101 ◦ blue 122

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

Shades of Tapestry #C5657A

Tints of Tapestry #C5657A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.05%

R = 46.9%
G = 24.05%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5657A (or 0xC5657A) is known color: Tapestry. HEX triplet: C5, 65 and 7A. RGB value is (197,101,122). Sum of RGB (Red+Green+Blue) = 197+101+122=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C5657A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5657A is #3A9A85. Grayscale: #848484. Windows color (decimal): -3840646 or 8021445. OLE color: 8021445.

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

Color convert

RGB 197 101 122 -
CMYK 0 0.49 0.38 0.23
HSL 346.88º 0.45% 0.58% -
HSV(B) 346.88º 0.49% 0.77% -
XYZ 31.19 22.58 21.13 -
YUV 132.1 122.3 174.29 -
System Red Green Blue C M Y K H S L
Decimal 197 101 122 0 0.49 0.38 0.23 346.88 0.45 0.58
Hex C5 65 7A 0 31 26 17 15B 2D 3A
Octal 305 145 172 0 61 46 27 533 55 72
Binary 11000101 1100101 1111010 0 110001 100110 10111 101011011 101101 111010

Color Harmonies of #C5657A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5657A

Black with #C5657A

Text Example


Text Example

White with #C5657A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5657A; }

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

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

background-color css

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

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

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

border-color css

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

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

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