Html Css Color HEX #C56580 Tapestry

📋 copy color: '#C56580'

red 197 ◦ green 101 ◦ blue 128

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

Shades of Tapestry #C56580

Tints of Tapestry #C56580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.05%

R = 46.24%
G = 23.71%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C56580 (or 0xC56580) is known color: Tapestry. HEX triplet: C5, 65 and 80. RGB value is (197,101,128). Sum of RGB (Red+Green+Blue) = 197+101+128=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C56580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56580 is #3A9A7F. Grayscale: #848484. Windows color (decimal): -3840640 or 8414661. OLE color: 8414661.

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

Color convert

RGB 197 101 128 -
CMYK 0 0.49 0.35 0.23
HSL 343.13º 0.45% 0.58% -
HSV(B) 343.13º 0.49% 0.77% -
XYZ 31.58 22.74 23.15 -
YUV 132.78 125.3 173.8 -
System Red Green Blue C M Y K H S L
Decimal 197 101 128 0 0.49 0.35 0.23 343.13 0.45 0.58
Hex C5 65 80 0 31 23 17 157 2D 3A
Octal 305 145 200 0 61 43 27 527 55 72
Binary 11000101 1100101 10000000 0 110001 100011 10111 101010111 101101 111010

Color Harmonies of #C56580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56580

Black with #C56580

Text Example


Text Example

White with #C56580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56580; }

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

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

background-color css

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

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

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

border-color css

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

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

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