Html Css Color HEX #C2637E Tapestry

📋 copy color: '#C2637E'

red 194 ◦ green 99 ◦ blue 126

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

Shades of Tapestry #C2637E

Tints of Tapestry #C2637E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.63%

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

R = 46.3%
G = 23.63%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2637E (or 0xC2637E) is known color: Tapestry. HEX triplet: C2, 63 and 7E. RGB value is (194,99,126). Sum of RGB (Red+Green+Blue) = 194+99+126=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2637E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2637E is #3D9C81. Grayscale: #828282. Windows color (decimal): -4037762 or 8283074. OLE color: 8283074.

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

Color convert

RGB 194 99 126 -
CMYK 0 0.49 0.35 0.24
HSL 342.95º 0.44% 0.57% -
HSV(B) 342.95º 0.49% 0.76% -
XYZ 30.48 21.9 22.36 -
YUV 130.48 125.47 173.3 -
System Red Green Blue C M Y K H S L
Decimal 194 99 126 0 0.49 0.35 0.24 342.95 0.44 0.57
Hex C2 63 7E 0 31 23 18 157 2C 39
Octal 302 143 176 0 61 43 30 527 54 71
Binary 11000010 1100011 1111110 0 110001 100011 11000 101010111 101100 111001

Color Harmonies of #C2637E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2637E

Black with #C2637E

Text Example


Text Example

White with #C2637E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2637E; }

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

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

background-color css

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

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

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

border-color css

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

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

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