Html Css Color HEX #C6617E Tapestry

📋 copy color: '#C6617E'

red 198 ◦ green 97 ◦ blue 126

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

Shades of Tapestry #C6617E

Tints of Tapestry #C6617E

RGB

 RED value IS 198 (77.73% from 255) = 47.03%

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

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

R = 47.03%
G = 23.04%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C6617E (or 0xC6617E) is known color: Tapestry. HEX triplet: C6, 61 and 7E. RGB value is (198,97,126). Sum of RGB (Red+Green+Blue) = 198+97+126=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C6617E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6617E is #399E81. Grayscale: #828282. Windows color (decimal): -3776130 or 8282566. OLE color: 8282566.

HSL color Cylindrical-coordinate representation of color #C6617E: hue angle of 342.77º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C6617E is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 97 126 -
CMYK 0 0.51 0.36 0.22
HSL 342.77º 0.47% 0.58% -
HSV(B) 342.77º 0.51% 0.78% -
XYZ 31.33 22.06 22.35 -
YUV 130.51 125.46 176.14 -
System Red Green Blue C M Y K H S L
Decimal 198 97 126 0 0.51 0.36 0.22 342.77 0.47 0.58
Hex C6 61 7E 0 33 24 16 157 2F 3A
Octal 306 141 176 0 63 44 26 527 57 72
Binary 11000110 1100001 1111110 0 110011 100100 10110 101010111 101111 111010

Color Harmonies of #C6617E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6617E

Black with #C6617E

Text Example


Text Example

White with #C6617E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6617E; }

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

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

background-color css

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

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

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

border-color css

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

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

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