Html Css Color HEX #C2637A Tapestry

📋 copy color: '#C2637A'

red 194 ◦ green 99 ◦ blue 122

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

Shades of Tapestry #C2637A

Tints of Tapestry #C2637A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.4%

R = 46.75%
G = 23.86%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2637A (or 0xC2637A) is known color: Tapestry. HEX triplet: C2, 63 and 7A. RGB value is (194,99,122). Sum of RGB (Red+Green+Blue) = 194+99+122=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C2637A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2637A is #3D9C85. Grayscale: #828282. Windows color (decimal): -4037766 or 8020930. OLE color: 8020930.

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

Color convert

RGB 194 99 122 -
CMYK 0 0.49 0.37 0.24
HSL 345.47º 0.44% 0.57% -
HSV(B) 345.47º 0.49% 0.76% -
XYZ 30.22 21.8 21.03 -
YUV 130.03 123.47 173.63 -
System Red Green Blue C M Y K H S L
Decimal 194 99 122 0 0.49 0.37 0.24 345.47 0.44 0.57
Hex C2 63 7A 0 31 25 18 159 2C 39
Octal 302 143 172 0 61 45 30 531 54 71
Binary 11000010 1100011 1111010 0 110001 100101 11000 101011001 101100 111001

Color Harmonies of #C2637A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2637A

Black with #C2637A

Text Example


Text Example

White with #C2637A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2637A; }

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

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

background-color css

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

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

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

border-color css

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

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

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