Html Css Color HEX #C1718B Tapestry

📋 copy color: '#C1718B'

red 193 ◦ green 113 ◦ blue 139

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

Shades of Tapestry #C1718B

Tints of Tapestry #C1718B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.39%

 BLUE value IS 139 (54.69% from 255) = 31.24%

R = 43.37%
G = 25.39%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1718B (or 0xC1718B) is known color: Tapestry. HEX triplet: C1, 71 and 8B. RGB value is (193,113,139). Sum of RGB (Red+Green+Blue) = 193+113+139=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C1718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1718B is #3E8E74. Grayscale: #8B8B8B. Windows color (decimal): -4099701 or 9138625. OLE color: 9138625.

HSL color Cylindrical-coordinate representation of color #C1718B: hue angle of 340.5º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C1718B is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 113 139 -
CMYK 0 0.41 0.28 0.24
HSL 340.5º 0.39% 0.6% -
HSV(B) 340.5º 0.41% 0.76% -
XYZ 32.56 25.01 27.54 -
YUV 139.88 127.5 165.89 -
System Red Green Blue C M Y K H S L
Decimal 193 113 139 0 0.41 0.28 0.24 340.5 0.39 0.6
Hex C1 71 8B 0 29 1C 18 154 27 3C
Octal 301 161 213 0 51 34 30 524 47 74
Binary 11000001 1110001 10001011 0 101001 11100 11000 101010100 100111 111100

Color Harmonies of #C1718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1718B

Black with #C1718B

Text Example


Text Example

White with #C1718B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1718B; }

 p { color: rgb(193,113,139); }

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

background-color css

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

 a { background-color: rgb(193,113,139); }

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

border-color css

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

 span { border-color: rgb(193,113,139); }

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