#C16D7B

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

Shades of Tapestry #C16D7B

Tints of Tapestry #C16D7B

Color information

#C16D7B (or 0xC16D7B) is unknown color: approx Tapestry. HEX triplet: C1, 6D and 7B. RGB value is (193,109,123). Sum of RGB (Red+Green+Blue) = 193+109+123=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C16D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16D7B is #3E9284. Grayscale: #878787. Windows color (decimal): -4100741 or 8089025. OLE color: 8089025.

HSL color Cylindrical-coordinate representation of color #C16D7B: hue angle of 350º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C16D7B is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB193109123-
CMYK00.440.360.24
HSL350º40.38%59.22%-
HSV(B)350º43.52%75.69%-
XYZ31.0423.721.68-
YUV135.71120.83168.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.41%
GREEN value IS 109 (42.97% from 255) = 25.65%
BLUE value IS 123 (48.44% from 255) = 28.94%
R=45.41%
G=25.65%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310912300.440.360.2435040.3859.22
HexC16D7B02C241815e283b
Octal30115517305444305365073
Binary1100000111011011111011010110010010011000101011110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16D7B; }

 p { color: rgb(193,109,123); }

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

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

 a { background-color: rgb(193,109,123); }

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

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

 span { border-color: rgb(193,109,123); }

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