Html Css Color HEX #C1617D Tapestry

📋 copy color: '#C1617D'

red 193 ◦ green 97 ◦ blue 125

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

Shades of Tapestry #C1617D

Tints of Tapestry #C1617D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.12%

R = 46.51%
G = 23.37%
B = 30.12%

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

#C1617D (or 0xC1617D) is known color: Tapestry. HEX triplet: C1, 61 and 7D. RGB value is (193,97,125). Sum of RGB (Red+Green+Blue) = 193+97+125=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C1617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1617D is #3E9E82. Grayscale: #808080. Windows color (decimal): -4103811 or 8217025. OLE color: 8217025.

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

Color convert

RGB 193 97 125 -
CMYK 0 0.50 0.35 0.24
HSL 342.5º 0.44% 0.57% -
HSV(B) 342.5º 0.5% 0.76% -
XYZ 29.97 21.37 21.95 -
YUV 128.9 125.8 173.72 -
System Red Green Blue C M Y K H S L
Decimal 193 97 125 0 0.50 0.35 0.24 342.5 0.44 0.57
Hex C1 61 7D 0 32 23 18 156 2C 39
Octal 301 141 175 0 62 43 30 526 54 71
Binary 11000001 1100001 1111101 0 110010 100011 11000 101010110 101100 111001

Color Harmonies of #C1617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1617D

Black with #C1617D

Text Example


Text Example

White with #C1617D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1617D; }

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

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

background-color css

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

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

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

border-color css

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

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

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