Html Css Color HEX #C1767C Tapestry

📋 copy color: '#C1767C'

red 193 ◦ green 118 ◦ blue 124

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

Shades of Tapestry #C1767C

Tints of Tapestry #C1767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.13%

 BLUE value IS 124 (48.83% from 255) = 28.51%

R = 44.37%
G = 27.13%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1767C (or 0xC1767C) is known color: Tapestry. HEX triplet: C1, 76 and 7C. RGB value is (193,118,124). Sum of RGB (Red+Green+Blue) = 193+118+124=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C1767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1767C is #3E8983. Grayscale: #8D8D8D. Windows color (decimal): -4098436 or 8156865. OLE color: 8156865.

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

Color convert

RGB 193 118 124 -
CMYK 0 0.39 0.36 0.24
HSL 355.2º 0.38% 0.61% -
HSV(B) 355.2º 0.39% 0.76% -
XYZ 32.11 25.75 22.35 -
YUV 141.11 118.35 165.01 -
System Red Green Blue C M Y K H S L
Decimal 193 118 124 0 0.39 0.36 0.24 355.2 0.38 0.61
Hex C1 76 7C 0 27 24 18 163 26 3D
Octal 301 166 174 0 47 44 30 543 46 75
Binary 11000001 1110110 1111100 0 100111 100100 11000 101100011 100110 111101

Color Harmonies of #C1767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1767C

Black with #C1767C

Text Example


Text Example

White with #C1767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1767C; }

 p { color: rgb(193,118,124); }

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

background-color css

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

 a { background-color: rgb(193,118,124); }

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

border-color css

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

 span { border-color: rgb(193,118,124); }

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