#C5667A

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

Shades of Tapestry #C5667A

Tints of Tapestry #C5667A

Color information

#C5667A (or 0xC5667A) is unknown color: approx Tapestry. HEX triplet: C5, 66 and 7A. RGB value is (197,102,122). Sum of RGB (Red+Green+Blue) = 197+102+122=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C5667A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5667A is #3A9985. Grayscale: #848484. Windows color (decimal): -3840390 or 8021701. OLE color: 8021701.

HSL color Cylindrical-coordinate representation of color #C5667A: hue angle of 347.37º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C5667A is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB197102122-
CMYK00.480.380.23
HSL347.37º45.02%58.63%-
HSV(B)347.37º48.22%77.25%-
XYZ31.2922.7821.16-
YUV132.68121.97173.87-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.79%
GREEN value IS 102 (40.23% from 255) = 24.23%
BLUE value IS 122 (48.05% from 255) = 28.98%
R=46.79%
G=24.23%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710212200.480.380.23347.3745.0258.63
HexC5667A030261715b2d3b
Octal30514617206046275335573
Binary1100010111001101111010011000010011010111101011011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5667A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5667A; }

 p { color: rgb(197,102,122); }

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

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

 a { background-color: rgb(197,102,122); }

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

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

 span { border-color: rgb(197,102,122); }

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