Html Css Color HEX #C1737F Tapestry

📋 copy color: '#C1737F'

red 193 ◦ green 115 ◦ blue 127

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

Shades of Tapestry #C1737F

Tints of Tapestry #C1737F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.2%

R = 44.37%
G = 26.44%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C1737F (or 0xC1737F) is known color: Tapestry. HEX triplet: C1, 73 and 7F. RGB value is (193,115,127). Sum of RGB (Red+Green+Blue) = 193+115+127=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C1737F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1737F is #3E8C80. Grayscale: #8B8B8B. Windows color (decimal): -4099201 or 8352705. OLE color: 8352705.

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

Color convert

RGB 193 115 127 -
CMYK 0 0.40 0.34 0.24
HSL 350.77º 0.39% 0.6% -
HSV(B) 350.77º 0.4% 0.76% -
XYZ 31.95 25.13 23.25 -
YUV 139.69 120.84 166.02 -
System Red Green Blue C M Y K H S L
Decimal 193 115 127 0 0.40 0.34 0.24 350.77 0.39 0.6
Hex C1 73 7F 0 28 22 18 15F 27 3C
Octal 301 163 177 0 50 42 30 537 47 74
Binary 11000001 1110011 1111111 0 101000 100010 11000 101011111 100111 111100

Color Harmonies of #C1737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1737F

Black with #C1737F

Text Example


Text Example

White with #C1737F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1737F; }

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

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

background-color css

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

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

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

border-color css

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

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

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