Html Css Color HEX #C1767D Tapestry

📋 copy color: '#C1767D'

red 193 ◦ green 118 ◦ blue 125

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

Shades of Tapestry #C1767D

Tints of Tapestry #C1767D

RGB

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

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

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

R = 44.27%
G = 27.06%
B = 28.67%

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

#C1767D (or 0xC1767D) is known color: Tapestry. HEX triplet: C1, 76 and 7D. RGB value is (193,118,125). Sum of RGB (Red+Green+Blue) = 193+118+125=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C1767D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1767D is #3E8982. Grayscale: #8D8D8D. Windows color (decimal): -4098435 or 8222401. OLE color: 8222401.

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

Color convert

RGB 193 118 125 -
CMYK 0 0.39 0.35 0.24
HSL 354.4º 0.38% 0.61% -
HSV(B) 354.4º 0.39% 0.76% -
XYZ 32.17 25.77 22.68 -
YUV 141.22 118.85 164.93 -
System Red Green Blue C M Y K H S L
Decimal 193 118 125 0 0.39 0.35 0.24 354.4 0.38 0.61
Hex C1 76 7D 0 27 23 18 162 26 3D
Octal 301 166 175 0 47 43 30 542 46 75
Binary 11000001 1110110 1111101 0 100111 100011 11000 101100010 100110 111101

Color Harmonies of #C1767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1767D

Black with #C1767D

Text Example


Text Example

White with #C1767D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1767D; }

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

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

background-color css

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

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

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

border-color css

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

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

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