Html Css Color HEX #C1717D Tapestry

📋 copy color: '#C1717D'

red 193 ◦ green 113 ◦ blue 125

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

Shades of Tapestry #C1717D

Tints of Tapestry #C1717D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.22%

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

R = 44.78%
G = 26.22%
B = 29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1717D (or 0xC1717D) is known color: Tapestry. HEX triplet: C1, 71 and 7D. RGB value is (193,113,125). Sum of RGB (Red+Green+Blue) = 193+113+125=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C1717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1717D is #3E8E82. Grayscale: #8A8A8A. Windows color (decimal): -4099715 or 8221121. OLE color: 8221121.

HSL color Cylindrical-coordinate representation of color #C1717D: hue angle of 351º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C1717D is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 113 125 -
CMYK 0 0.41 0.35 0.24
HSL 351º 0.39% 0.6% -
HSV(B) 351º 0.41% 0.76% -
XYZ 31.6 24.63 22.49 -
YUV 138.29 120.5 167.02 -
System Red Green Blue C M Y K H S L
Decimal 193 113 125 0 0.41 0.35 0.24 351 0.39 0.6
Hex C1 71 7D 0 29 23 18 15F 27 3C
Octal 301 161 175 0 51 43 30 537 47 74
Binary 11000001 1110001 1111101 0 101001 100011 11000 101011111 100111 111100

Color Harmonies of #C1717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1717D

Black with #C1717D

Text Example


Text Example

White with #C1717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1717D; }

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

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

background-color css

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

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

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

border-color css

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

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

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