#C17483

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

Shades of Tapestry #C17483

Tints of Tapestry #C17483

Color information

#C17483 (or 0xC17483) is unknown color: approx Tapestry. HEX triplet: C1, 74 and 83. RGB value is (193,116,131). Sum of RGB (Red+Green+Blue) = 193+116+131=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C17483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17483 is #3E8B7C. Grayscale: #8C8C8C. Windows color (decimal): -4098941 or 8615105. OLE color: 8615105.

HSL color Cylindrical-coordinate representation of color #C17483: hue angle of 348.31º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C17483 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB193116131-
CMYK00.400.320.24
HSL348.31º38.31%60.59%-
HSV(B)348.31º39.9%75.69%-
XYZ32.3325.4724.68-
YUV140.73122.51165.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.86%
GREEN value IS 116 (45.70% from 255) = 26.36%
BLUE value IS 131 (51.56% from 255) = 29.77%
R=43.86%
G=26.36%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311613100.400.320.24348.3138.3160.59
HexC17483028201815c263d
Octal30116420305040305344675
Binary11000001111010010000011010100010000011000101011100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17483; }

 p { color: rgb(193,116,131); }

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

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

 a { background-color: rgb(193,116,131); }

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

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

 span { border-color: rgb(193,116,131); }

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