Html Css Color HEX #C2617E Tapestry

📋 copy color: '#C2617E'

red 194 ◦ green 97 ◦ blue 126

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

Shades of Tapestry #C2617E

Tints of Tapestry #C2617E

RGB

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

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

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

R = 46.52%
G = 23.26%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2617E (or 0xC2617E) is known color: Tapestry. HEX triplet: C2, 61 and 7E. RGB value is (194,97,126). Sum of RGB (Red+Green+Blue) = 194+97+126=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C2617E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2617E is #3D9E81. Grayscale: #818181. Windows color (decimal): -4038274 or 8282562. OLE color: 8282562.

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

Color convert

RGB 194 97 126 -
CMYK 0 0.50 0.35 0.24
HSL 342.06º 0.44% 0.57% -
HSV(B) 342.06º 0.5% 0.76% -
XYZ 30.29 21.53 22.3 -
YUV 129.31 126.14 174.14 -
System Red Green Blue C M Y K H S L
Decimal 194 97 126 0 0.50 0.35 0.24 342.06 0.44 0.57
Hex C2 61 7E 0 32 23 18 156 2C 39
Octal 302 141 176 0 62 43 30 526 54 71
Binary 11000010 1100001 1111110 0 110010 100011 11000 101010110 101100 111001

Color Harmonies of #C2617E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2617E

Black with #C2617E

Text Example


Text Example

White with #C2617E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2617E; }

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

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

background-color css

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

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

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

border-color css

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

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

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