#C1767E

Color #C1767E Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #C1767E

Tints of Tapestry #C1767E

Color information

#C1767E (or 0xC1767E) is unknown color: approx Tapestry. HEX triplet: C1, 76 and 7E. RGB value is (193,118,126). Sum of RGB (Red+Green+Blue) = 193+118+126=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C1767E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1767E is #3E8981. Grayscale: #8D8D8D. Windows color (decimal): -4098434 or 8287937. OLE color: 8287937.

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

Color convert

RGB193118126-
CMYK00.390.350.24
HSL353.6º37.69%60.98%-
HSV(B)353.6º38.86%75.69%-
XYZ32.2425.823.02-
YUV141.34119.35164.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.16%
GREEN value IS 118 (46.48% from 255) = 27.00%
BLUE value IS 126 (49.61% from 255) = 28.83%
R=44.16%
G=27.00%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311812600.390.350.24353.637.6960.98
HexC1767E0272318162263d
Octal30116617604743305424675
Binary1100000111101101111110010011110001111000101100010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1767E; }

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

 H1.HeaderClassName
 {
   color: #C1767E;
 }
 .AnyTagClassName
 {
   color: #C1767E;
 }
</style>
background-color css

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

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

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

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

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

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