#C17082

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

Shades of Tapestry #C17082

Tints of Tapestry #C17082

Color information

#C17082 (or 0xC17082) is unknown color: approx Tapestry. HEX triplet: C1, 70 and 82. RGB value is (193,112,130). Sum of RGB (Red+Green+Blue) = 193+112+130=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C17082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17082 is #3E8F7D. Grayscale: #8A8A8A. Windows color (decimal): -4099966 or 8548545. OLE color: 8548545.

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

Color convert

RGB193112130-
CMYK00.420.330.24
HSL346.67º39.51%59.8%-
HSV(B)346.67º41.97%75.69%-
XYZ31.8224.5424.18-
YUV138.27123.34167.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.37%
GREEN value IS 112 (44.14% from 255) = 25.75%
BLUE value IS 130 (51.17% from 255) = 29.89%
R=44.37%
G=25.75%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311213000.420.330.24346.6739.5159.8
HexC1708202A211815b283c
Octal30116020205241305335074
Binary11000001111000010000010010101010000111000101011011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17082; }

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

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

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

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

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

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

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

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