Html Css Color HEX #C1737D Tapestry

📋 copy color: '#C1737D'

red 193 ◦ green 115 ◦ blue 125

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

Shades of Tapestry #C1737D

Tints of Tapestry #C1737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.56%

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

R = 44.57%
G = 26.56%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1737D (or 0xC1737D) is known color: Tapestry. HEX triplet: C1, 73 and 7D. RGB value is (193,115,125). Sum of RGB (Red+Green+Blue) = 193+115+125=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C1737D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1737D is #3E8C82. Grayscale: #8B8B8B. Windows color (decimal): -4099203 or 8221633. OLE color: 8221633.

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

Color convert

RGB 193 115 125 -
CMYK 0 0.40 0.35 0.24
HSL 352.31º 0.39% 0.6% -
HSV(B) 352.31º 0.4% 0.76% -
XYZ 31.82 25.08 22.57 -
YUV 139.46 119.84 166.19 -
System Red Green Blue C M Y K H S L
Decimal 193 115 125 0 0.40 0.35 0.24 352.31 0.39 0.6
Hex C1 73 7D 0 28 23 18 160 27 3C
Octal 301 163 175 0 50 43 30 540 47 74
Binary 11000001 1110011 1111101 0 101000 100011 11000 101100000 100111 111100

Color Harmonies of #C1737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1737D

Black with #C1737D

Text Example


Text Example

White with #C1737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1737D; }

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

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

background-color css

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

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

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

border-color css

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

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

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