Html Css Color HEX #C2637C Tapestry

📋 copy color: '#C2637C'

red 194 ◦ green 99 ◦ blue 124

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

Shades of Tapestry #C2637C

Tints of Tapestry #C2637C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.74%

R = 46.52%
G = 23.74%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2637C (or 0xC2637C) is known color: Tapestry. HEX triplet: C2, 63 and 7C. RGB value is (194,99,124). Sum of RGB (Red+Green+Blue) = 194+99+124=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C2637C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2637C is #3D9C83. Grayscale: #828282. Windows color (decimal): -4037764 or 8152002. OLE color: 8152002.

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

Color convert

RGB 194 99 124 -
CMYK 0 0.49 0.36 0.24
HSL 344.21º 0.44% 0.57% -
HSV(B) 344.21º 0.49% 0.76% -
XYZ 30.35 21.85 21.69 -
YUV 130.26 124.47 173.47 -
System Red Green Blue C M Y K H S L
Decimal 194 99 124 0 0.49 0.36 0.24 344.21 0.44 0.57
Hex C2 63 7C 0 31 24 18 158 2C 39
Octal 302 143 174 0 61 44 30 530 54 71
Binary 11000010 1100011 1111100 0 110001 100100 11000 101011000 101100 111001

Color Harmonies of #C2637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2637C

Black with #C2637C

Text Example


Text Example

White with #C2637C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2637C; }

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

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

background-color css

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

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

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

border-color css

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

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

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