Html Css Color HEX #C1747D Tapestry

📋 copy color: '#C1747D'

red 193 ◦ green 116 ◦ blue 125

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

Shades of Tapestry #C1747D

Tints of Tapestry #C1747D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.73%

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

R = 44.47%
G = 26.73%
B = 28.8%

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

#C1747D (or 0xC1747D) is known color: Tapestry. HEX triplet: C1, 74 and 7D. RGB value is (193,116,125). Sum of RGB (Red+Green+Blue) = 193+116+125=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C1747D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1747D is #3E8B82. Grayscale: #8C8C8C. Windows color (decimal): -4098947 or 8221889. OLE color: 8221889.

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

Color convert

RGB 193 116 125 -
CMYK 0 0.40 0.35 0.24
HSL 352.99º 0.38% 0.61% -
HSV(B) 352.99º 0.4% 0.76% -
XYZ 31.94 25.31 22.6 -
YUV 140.05 119.51 165.77 -
System Red Green Blue C M Y K H S L
Decimal 193 116 125 0 0.40 0.35 0.24 352.99 0.38 0.61
Hex C1 74 7D 0 28 23 18 161 26 3D
Octal 301 164 175 0 50 43 30 541 46 75
Binary 11000001 1110100 1111101 0 101000 100011 11000 101100001 100110 111101

Color Harmonies of #C1747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1747D

Black with #C1747D

Text Example


Text Example

White with #C1747D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1747D; }

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

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

background-color css

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

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

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

border-color css

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

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

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