Html Css Color HEX #C1757E Tapestry

📋 copy color: '#C1757E'

red 193 ◦ green 117 ◦ blue 126

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

Shades of Tapestry #C1757E

Tints of Tapestry #C1757E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.9%

R = 44.27%
G = 26.83%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1757E (or 0xC1757E) is known color: Tapestry. HEX triplet: C1, 75 and 7E. RGB value is (193,117,126). Sum of RGB (Red+Green+Blue) = 193+117+126=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C1757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1757E is #3E8A81. Grayscale: #8C8C8C. Windows color (decimal): -4098690 or 8287681. OLE color: 8287681.

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

Color convert

RGB 193 117 126 -
CMYK 0 0.39 0.35 0.24
HSL 352.89º 0.38% 0.61% -
HSV(B) 352.89º 0.39% 0.76% -
XYZ 32.12 25.57 22.98 -
YUV 140.75 119.68 165.27 -
System Red Green Blue C M Y K H S L
Decimal 193 117 126 0 0.39 0.35 0.24 352.89 0.38 0.61
Hex C1 75 7E 0 27 23 18 161 26 3D
Octal 301 165 176 0 47 43 30 541 46 75
Binary 11000001 1110101 1111110 0 100111 100011 11000 101100001 100110 111101

Color Harmonies of #C1757E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1757E

Black with #C1757E

Text Example


Text Example

White with #C1757E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1757E; }

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

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

background-color css

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

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

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

border-color css

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

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

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