#C17284

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

Shades of Tapestry #C17284

Tints of Tapestry #C17284

Color information

#C17284 (or 0xC17284) is unknown color: approx Tapestry. HEX triplet: C1, 72 and 84. RGB value is (193,114,132). Sum of RGB (Red+Green+Blue) = 193+114+132=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C17284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17284 is #3E8D7B. Grayscale: #8B8B8B. Windows color (decimal): -4099452 or 8680129. OLE color: 8680129.

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

Color convert

RGB193114132-
CMYK00.410.320.24
HSL346.33º38.92%60.2%-
HSV(B)346.33º40.93%75.69%-
XYZ32.1725.0424.97-
YUV139.67123.67166.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.96%
GREEN value IS 114 (44.92% from 255) = 25.97%
BLUE value IS 132 (51.95% from 255) = 30.07%
R=43.96%
G=25.97%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311413200.410.320.24346.3338.9260.2
HexC17284029201815a273c
Octal30116220405140305324774
Binary11000001111001010000100010100110000011000101011010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17284; }

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

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

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

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

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

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

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

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