Html Css Color HEX #C2727E Tapestry

📋 copy color: '#C2727E'

red 194 ◦ green 114 ◦ blue 126

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

Shades of Tapestry #C2727E

Tints of Tapestry #C2727E

RGB

 RED value IS 194 (76.17% from 255) = 44.7%

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

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

R = 44.7%
G = 26.27%
B = 29.03%

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

#C2727E (or 0xC2727E) is known color: Tapestry. HEX triplet: C2, 72 and 7E. RGB value is (194,114,126). Sum of RGB (Red+Green+Blue) = 194+114+126=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2727E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2727E is #3D8D81. Grayscale: #8B8B8B. Windows color (decimal): -4033922 or 8286914. OLE color: 8286914.

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

Color convert

RGB 194 114 126 -
CMYK 0 0.41 0.35 0.24
HSL 351º 0.4% 0.6% -
HSV(B) 351º 0.41% 0.76% -
XYZ 32.03 25.01 22.88 -
YUV 139.29 120.5 167.02 -
System Red Green Blue C M Y K H S L
Decimal 194 114 126 0 0.41 0.35 0.24 351 0.4 0.6
Hex C2 72 7E 0 29 23 18 15F 28 3C
Octal 302 162 176 0 51 43 30 537 50 74
Binary 11000010 1110010 1111110 0 101001 100011 11000 101011111 101000 111100

Color Harmonies of #C2727E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2727E

Black with #C2727E

Text Example


Text Example

White with #C2727E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2727E; }

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

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

background-color css

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

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

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

border-color css

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

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

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