Html Css Color HEX #C1728A Tapestry

📋 copy color: '#C1728A'

red 193 ◦ green 114 ◦ blue 138

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

Shades of Tapestry #C1728A

Tints of Tapestry #C1728A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.62%

 BLUE value IS 138 (54.3% from 255) = 31.01%

R = 43.37%
G = 25.62%
B = 31.01%

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

#C1728A (or 0xC1728A) is known color: Tapestry. HEX triplet: C1, 72 and 8A. RGB value is (193,114,138). Sum of RGB (Red+Green+Blue) = 193+114+138=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C1728A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1728A is #3E8D75. Grayscale: #8C8C8C. Windows color (decimal): -4099446 or 9073345. OLE color: 9073345.

HSL color Cylindrical-coordinate representation of color #C1728A: hue angle of 341.77º 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 #C1728A is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 114 138 -
CMYK 0 0.41 0.28 0.24
HSL 341.77º 0.39% 0.6% -
HSV(B) 341.77º 0.41% 0.76% -
XYZ 32.6 25.21 27.19 -
YUV 140.36 126.67 165.55 -
System Red Green Blue C M Y K H S L
Decimal 193 114 138 0 0.41 0.28 0.24 341.77 0.39 0.6
Hex C1 72 8A 0 29 1C 18 156 27 3C
Octal 301 162 212 0 51 34 30 526 47 74
Binary 11000001 1110010 10001010 0 101001 11100 11000 101010110 100111 111100

Color Harmonies of #C1728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1728A

Black with #C1728A

Text Example


Text Example

White with #C1728A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1728A; }

 p { color: rgb(193,114,138); }

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

background-color css

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

 a { background-color: rgb(193,114,138); }

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

border-color css

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

 span { border-color: rgb(193,114,138); }

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