Html Css Color HEX #C1647F Tapestry

📋 copy color: '#C1647F'

red 193 ◦ green 100 ◦ blue 127

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

Shades of Tapestry #C1647F

Tints of Tapestry #C1647F

RGB

 RED value IS 193 (75.78% from 255) = 45.95%

 GREEN value IS 100 (39.45% from 255) = 23.81%

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

R = 45.95%
G = 23.81%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C1647F (or 0xC1647F) is known color: Tapestry. HEX triplet: C1, 64 and 7F. RGB value is (193,100,127). Sum of RGB (Red+Green+Blue) = 193+100+127=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C1647F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1647F is #3E9B80. Grayscale: #828282. Windows color (decimal): -4103041 or 8348865. OLE color: 8348865.

HSL color Cylindrical-coordinate representation of color #C1647F: hue angle of 342.58º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C1647F is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 100 127 -
CMYK 0 0.48 0.34 0.24
HSL 342.58º 0.43% 0.57% -
HSV(B) 342.58º 0.48% 0.76% -
XYZ 30.38 21.98 22.72 -
YUV 130.89 125.81 172.3 -
System Red Green Blue C M Y K H S L
Decimal 193 100 127 0 0.48 0.34 0.24 342.58 0.43 0.57
Hex C1 64 7F 0 30 22 18 157 2B 39
Octal 301 144 177 0 60 42 30 527 53 71
Binary 11000001 1100100 1111111 0 110000 100010 11000 101010111 101011 111001

Color Harmonies of #C1647F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1647F

Black with #C1647F

Text Example


Text Example

White with #C1647F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1647F; }

 p { color: rgb(193,100,127); }

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

background-color css

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

 a { background-color: rgb(193,100,127); }

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

border-color css

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

 span { border-color: rgb(193,100,127); }

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