#c17288

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

Shades of Tapestry #C17288

Tints of Tapestry #C17288

Color information

#C17288 (or 0xC17288) is unknown color: approx Tapestry. HEX triplet: C1, 72 and 88. RGB value is (193,114,136). Sum of RGB (Red+Green+Blue) = 193+114+136=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 193 - color contains mainly: red. Hex color #C17288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17288 is #3E8D77. Grayscale: #8C8C8C. Windows color (decimal): -4099448 or 8942273. OLE color: 8942273.

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

Color convert

RGB193114136-
CMYK00.410.300.24
HSL343.29º38.92%60.2%-
HSV(B)343.29º40.93%75.69%-
XYZ32.4525.1526.44-
YUV140.13125.67165.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.57%
GREEN value IS 114 (44.92% from 255) = 25.73%
BLUE value IS 136 (53.52% from 255) = 30.70%
R=43.57%
G=25.73%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311413600.410.300.24343.2938.9260.2
HexC172880291E18157273c
Octal30116221005136305274774
Binary1100000111100101000100001010011111011000101010111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c17288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c17288; }

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

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

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

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

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

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

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

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