#C17088

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

Shades of Tapestry #C17088

Tints of Tapestry #C17088

Color information

#C17088 (or 0xC17088) is unknown color: approx Tapestry. HEX triplet: C1, 70 and 88. RGB value is (193,112,136). Sum of RGB (Red+Green+Blue) = 193+112+136=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 193 - color contains mainly: red. Hex color #C17088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17088 is #3E8F77. Grayscale: #8A8A8A. Windows color (decimal): -4099960 or 8941761. OLE color: 8941761.

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

Color convert

RGB193112136-
CMYK00.420.300.24
HSL342.22º39.51%59.8%-
HSV(B)342.22º41.97%75.69%-
XYZ32.2324.726.36-
YUV138.95126.34166.55-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.76%
GREEN value IS 112 (44.14% from 255) = 25.40%
BLUE value IS 136 (53.52% from 255) = 30.84%
R=43.76%
G=25.40%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311213600.420.300.24342.2239.5159.8
HexC1708802A1E18156283c
Octal30116021005236305265074
Binary1100000111100001000100001010101111011000101010110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17088; }

 p { color: rgb(193,112,136); }

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

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

 a { background-color: rgb(193,112,136); }

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

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

 span { border-color: rgb(193,112,136); }

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