Html Css Color HEX #C1727E Tapestry

📋 copy color: '#C1727E'

red 193 ◦ green 114 ◦ blue 126

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

Shades of Tapestry #C1727E

Tints of Tapestry #C1727E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.1%

R = 44.57%
G = 26.33%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1727E (or 0xC1727E) is known color: Tapestry. HEX triplet: C1, 72 and 7E. RGB value is (193,114,126). Sum of RGB (Red+Green+Blue) = 193+114+126=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C1727E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1727E is #3E8D81. Grayscale: #8B8B8B. Windows color (decimal): -4099458 or 8286913. OLE color: 8286913.

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

Color convert

RGB 193 114 126 -
CMYK 0 0.41 0.35 0.24
HSL 350.89º 0.39% 0.6% -
HSV(B) 350.89º 0.41% 0.76% -
XYZ 31.78 24.88 22.87 -
YUV 138.99 120.67 166.52 -
System Red Green Blue C M Y K H S L
Decimal 193 114 126 0 0.41 0.35 0.24 350.89 0.39 0.6
Hex C1 72 7E 0 29 23 18 15F 27 3C
Octal 301 162 176 0 51 43 30 537 47 74
Binary 11000001 1110010 1111110 0 101001 100011 11000 101011111 100111 111100

Color Harmonies of #C1727E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1727E

Black with #C1727E

Text Example


Text Example

White with #C1727E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1727E; }

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

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

background-color css

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

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

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

border-color css

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

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

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