Html Css Color HEX #C1617E Tapestry

📋 copy color: '#C1617E'

red 193 ◦ green 97 ◦ blue 126

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

Shades of Tapestry #C1617E

Tints of Tapestry #C1617E

RGB

 RED value IS 193 (75.78% from 255) = 46.39%

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

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

R = 46.39%
G = 23.32%
B = 30.29%

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

#C1617E (or 0xC1617E) is known color: Tapestry. HEX triplet: C1, 61 and 7E. RGB value is (193,97,126). Sum of RGB (Red+Green+Blue) = 193+97+126=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C1617E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1617E is #3E9E81. Grayscale: #808080. Windows color (decimal): -4103810 or 8282561. OLE color: 8282561.

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

Color convert

RGB 193 97 126 -
CMYK 0 0.50 0.35 0.24
HSL 341.88º 0.44% 0.57% -
HSV(B) 341.88º 0.5% 0.76% -
XYZ 30.03 21.39 22.29 -
YUV 129.01 126.3 173.64 -
System Red Green Blue C M Y K H S L
Decimal 193 97 126 0 0.50 0.35 0.24 341.88 0.44 0.57
Hex C1 61 7E 0 32 23 18 156 2C 39
Octal 301 141 176 0 62 43 30 526 54 71
Binary 11000001 1100001 1111110 0 110010 100011 11000 101010110 101100 111001

Color Harmonies of #C1617E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1617E

Black with #C1617E

Text Example


Text Example

White with #C1617E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1617E; }

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

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

background-color css

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

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

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

border-color css

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

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

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