Html Css Color HEX #C56581 Tapestry

📋 copy color: '#C56581'

red 197 ◦ green 101 ◦ blue 129

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

Shades of Tapestry #C56581

Tints of Tapestry #C56581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.21%

R = 46.14%
G = 23.65%
B = 30.21%

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

#C56581 (or 0xC56581) is known color: Tapestry. HEX triplet: C5, 65 and 81. RGB value is (197,101,129). Sum of RGB (Red+Green+Blue) = 197+101+129=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C56581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56581 is #3A9A7E. Grayscale: #848484. Windows color (decimal): -3840639 or 8480197. OLE color: 8480197.

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

Color convert

RGB 197 101 129 -
CMYK 0 0.49 0.35 0.23
HSL 342.5º 0.45% 0.58% -
HSV(B) 342.5º 0.49% 0.77% -
XYZ 31.64 22.76 23.49 -
YUV 132.9 125.8 173.72 -
System Red Green Blue C M Y K H S L
Decimal 197 101 129 0 0.49 0.35 0.23 342.5 0.45 0.58
Hex C5 65 81 0 31 23 17 156 2D 3A
Octal 305 145 201 0 61 43 27 526 55 72
Binary 11000101 1100101 10000001 0 110001 100011 10111 101010110 101101 111010

Color Harmonies of #C56581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56581

Black with #C56581

Text Example


Text Example

White with #C56581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56581; }

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

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

background-color css

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

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

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

border-color css

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

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

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