Html Css Color HEX #C5627F Tapestry

📋 copy color: '#C5627F'

red 197 ◦ green 98 ◦ blue 127

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

Shades of Tapestry #C5627F

Tints of Tapestry #C5627F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.22%

 BLUE value IS 127 (50% from 255) = 30.09%

R = 46.68%
G = 23.22%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5627F (or 0xC5627F) is known color: Tapestry. HEX triplet: C5, 62 and 7F. RGB value is (197,98,127). Sum of RGB (Red+Green+Blue) = 197+98+127=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C5627F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5627F is #3A9D80. Grayscale: #828282. Windows color (decimal): -3841409 or 8348357. OLE color: 8348357.

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

Color convert

RGB 197 98 127 -
CMYK 0 0.50 0.36 0.23
HSL 342.42º 0.46% 0.58% -
HSV(B) 342.42º 0.5% 0.77% -
XYZ 31.22 22.14 22.71 -
YUV 130.91 125.8 175.14 -
System Red Green Blue C M Y K H S L
Decimal 197 98 127 0 0.50 0.36 0.23 342.42 0.46 0.58
Hex C5 62 7F 0 32 24 17 156 2E 3A
Octal 305 142 177 0 62 44 27 526 56 72
Binary 11000101 1100010 1111111 0 110010 100100 10111 101010110 101110 111010

Color Harmonies of #C5627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5627F

Black with #C5627F

Text Example


Text Example

White with #C5627F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5627F; }

 p { color: rgb(197,98,127); }

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

background-color css

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

 a { background-color: rgb(197,98,127); }

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

border-color css

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

 span { border-color: rgb(197,98,127); }

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