Html Css Color HEX #C56080 Tapestry

📋 copy color: '#C56080'

red 197 ◦ green 96 ◦ blue 128

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

Shades of Tapestry #C56080

Tints of Tapestry #C56080

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.8%

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

R = 46.79%
G = 22.8%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C56080 (or 0xC56080) is known color: Tapestry. HEX triplet: C5, 60 and 80. RGB value is (197,96,128). Sum of RGB (Red+Green+Blue) = 197+96+128=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C56080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56080 is #3A9F7F. Grayscale: #818181. Windows color (decimal): -3841920 or 8413381. OLE color: 8413381.

HSL color Cylindrical-coordinate representation of color #C56080: hue angle of 340.99º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C56080 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 96 128 -
CMYK 0 0.51 0.35 0.23
HSL 340.99º 0.47% 0.57% -
HSV(B) 340.99º 0.51% 0.77% -
XYZ 31.11 21.79 22.99 -
YUV 129.85 126.96 175.9 -
System Red Green Blue C M Y K H S L
Decimal 197 96 128 0 0.51 0.35 0.23 340.99 0.47 0.57
Hex C5 60 80 0 33 23 17 155 2F 39
Octal 305 140 200 0 63 43 27 525 57 71
Binary 11000101 1100000 10000000 0 110011 100011 10111 101010101 101111 111001

Color Harmonies of #C56080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56080

Black with #C56080

Text Example


Text Example

White with #C56080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56080; }

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

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

background-color css

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

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

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

border-color css

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

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

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