Html Css Color HEX #C56380 Tapestry

📋 copy color: '#C56380'

red 197 ◦ green 99 ◦ blue 128

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

Shades of Tapestry #C56380

Tints of Tapestry #C56380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.35%

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

R = 46.46%
G = 23.35%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C56380 (or 0xC56380) is known color: Tapestry. HEX triplet: C5, 63 and 80. RGB value is (197,99,128). Sum of RGB (Red+Green+Blue) = 197+99+128=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C56380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56380 is #3A9C7F. Grayscale: #838383. Windows color (decimal): -3841152 or 8414149. OLE color: 8414149.

HSL color Cylindrical-coordinate representation of color #C56380: hue angle of 342.24º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C56380 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 99 128 -
CMYK 0 0.50 0.35 0.23
HSL 342.24º 0.46% 0.58% -
HSV(B) 342.24º 0.5% 0.77% -
XYZ 31.38 22.35 23.08 -
YUV 131.61 125.97 174.64 -
System Red Green Blue C M Y K H S L
Decimal 197 99 128 0 0.50 0.35 0.23 342.24 0.46 0.58
Hex C5 63 80 0 32 23 17 156 2E 3A
Octal 305 143 200 0 62 43 27 526 56 72
Binary 11000101 1100011 10000000 0 110010 100011 10111 101010110 101110 111010

Color Harmonies of #C56380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56380

Black with #C56380

Text Example


Text Example

White with #C56380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56380; }

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

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

background-color css

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

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

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

border-color css

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

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

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