Html Css Color HEX #C56181 Tapestry

📋 copy color: '#C56181'

red 197 ◦ green 97 ◦ blue 129

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

Shades of Tapestry #C56181

Tints of Tapestry #C56181

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.93%

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

R = 46.57%
G = 22.93%
B = 30.5%

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

#C56181 (or 0xC56181) is known color: Tapestry. HEX triplet: C5, 61 and 81. RGB value is (197,97,129). Sum of RGB (Red+Green+Blue) = 197+97+129=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C56181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56181 is #3A9E7E. Grayscale: #828282. Windows color (decimal): -3841663 or 8479173. OLE color: 8479173.

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

Color convert

RGB 197 97 129 -
CMYK 0 0.51 0.35 0.23
HSL 340.8º 0.46% 0.58% -
HSV(B) 340.8º 0.51% 0.77% -
XYZ 31.26 22 23.37 -
YUV 130.55 127.13 175.4 -
System Red Green Blue C M Y K H S L
Decimal 197 97 129 0 0.51 0.35 0.23 340.8 0.46 0.58
Hex C5 61 81 0 33 23 17 155 2E 3A
Octal 305 141 201 0 63 43 27 525 56 72
Binary 11000101 1100001 10000001 0 110011 100011 10111 101010101 101110 111010

Color Harmonies of #C56181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56181

Black with #C56181

Text Example


Text Example

White with #C56181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56181; }

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

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

background-color css

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

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

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

border-color css

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

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

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