Html Css Color HEX #C56480 Tapestry

📋 copy color: '#C56480'

red 197 ◦ green 100 ◦ blue 128

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

Shades of Tapestry #C56480

Tints of Tapestry #C56480

RGB

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

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

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

R = 46.35%
G = 23.53%
B = 30.12%

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

#C56480 (or 0xC56480) is known color: Tapestry. HEX triplet: C5, 64 and 80. RGB value is (197,100,128). Sum of RGB (Red+Green+Blue) = 197+100+128=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C56480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56480 is #3A9B7F. Grayscale: #848484. Windows color (decimal): -3840896 or 8414405. OLE color: 8414405.

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

Color convert

RGB 197 100 128 -
CMYK 0 0.49 0.35 0.23
HSL 342.68º 0.46% 0.58% -
HSV(B) 342.68º 0.49% 0.77% -
XYZ 31.48 22.54 23.11 -
YUV 132.2 125.64 174.22 -
System Red Green Blue C M Y K H S L
Decimal 197 100 128 0 0.49 0.35 0.23 342.68 0.46 0.58
Hex C5 64 80 0 31 23 17 157 2E 3A
Octal 305 144 200 0 61 43 27 527 56 72
Binary 11000101 1100100 10000000 0 110001 100011 10111 101010111 101110 111010

Color Harmonies of #C56480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56480

Black with #C56480

Text Example


Text Example

White with #C56480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56480; }

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

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

background-color css

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

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

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

border-color css

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

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

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