Html Css Color HEX #C1757A Tapestry

📋 copy color: '#C1757A'

red 193 ◦ green 117 ◦ blue 122

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

Shades of Tapestry #C1757A

Tints of Tapestry #C1757A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.08%

 BLUE value IS 122 (48.05% from 255) = 28.24%

R = 44.68%
G = 27.08%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C1757A (or 0xC1757A) is known color: Tapestry. HEX triplet: C1, 75 and 7A. RGB value is (193,117,122). Sum of RGB (Red+Green+Blue) = 193+117+122=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C1757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1757A is #3E8A85. Grayscale: #8C8C8C. Windows color (decimal): -4098694 or 8025537. OLE color: 8025537.

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

Color convert

RGB 193 117 122 -
CMYK 0 0.39 0.37 0.24
HSL 356.05º 0.38% 0.61% -
HSV(B) 356.05º 0.39% 0.76% -
XYZ 31.87 25.47 21.65 -
YUV 140.29 117.68 165.59 -
System Red Green Blue C M Y K H S L
Decimal 193 117 122 0 0.39 0.37 0.24 356.05 0.38 0.61
Hex C1 75 7A 0 27 25 18 164 26 3D
Octal 301 165 172 0 47 45 30 544 46 75
Binary 11000001 1110101 1111010 0 100111 100101 11000 101100100 100110 111101

Color Harmonies of #C1757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1757A

Black with #C1757A

Text Example


Text Example

White with #C1757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1757A; }

 p { color: rgb(193,117,122); }

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

background-color css

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

 a { background-color: rgb(193,117,122); }

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

border-color css

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

 span { border-color: rgb(193,117,122); }

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