Html Css Color HEX #C2617C Tapestry

📋 copy color: '#C2617C'

red 194 ◦ green 97 ◦ blue 124

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

Shades of Tapestry #C2617C

Tints of Tapestry #C2617C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.37%

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

R = 46.75%
G = 23.37%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2617C (or 0xC2617C) is known color: Tapestry. HEX triplet: C2, 61 and 7C. RGB value is (194,97,124). Sum of RGB (Red+Green+Blue) = 194+97+124=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C2617C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2617C is #3D9E83. Grayscale: #818181. Windows color (decimal): -4038276 or 8151490. OLE color: 8151490.

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

Color convert

RGB 194 97 124 -
CMYK 0 0.50 0.36 0.24
HSL 343.3º 0.44% 0.57% -
HSV(B) 343.3º 0.5% 0.76% -
XYZ 30.16 21.47 21.62 -
YUV 129.08 125.14 174.3 -
System Red Green Blue C M Y K H S L
Decimal 194 97 124 0 0.50 0.36 0.24 343.3 0.44 0.57
Hex C2 61 7C 0 32 24 18 157 2C 39
Octal 302 141 174 0 62 44 30 527 54 71
Binary 11000010 1100001 1111100 0 110010 100100 11000 101010111 101100 111001

Color Harmonies of #C2617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2617C

Black with #C2617C

Text Example


Text Example

White with #C2617C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2617C; }

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

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

background-color css

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

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

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

border-color css

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

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

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