#C5667C

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

Shades of Tapestry #C5667C

Tints of Tapestry #C5667C

Color information

#C5667C (or 0xC5667C) is unknown color: approx Tapestry. HEX triplet: C5, 66 and 7C. RGB value is (197,102,124). Sum of RGB (Red+Green+Blue) = 197+102+124=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C5667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5667C is #3A9983. Grayscale: #848484. Windows color (decimal): -3840388 or 8152773. OLE color: 8152773.

HSL color Cylindrical-coordinate representation of color #C5667C: hue angle of 346.11º 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 #C5667C is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB197102124-
CMYK00.480.370.23
HSL346.11º45.02%58.63%-
HSV(B)346.11º48.22%77.25%-
XYZ31.4222.8321.82-
YUV132.91122.97173.71-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.57%
GREEN value IS 102 (40.23% from 255) = 24.11%
BLUE value IS 124 (48.83% from 255) = 29.31%
R=46.57%
G=24.11%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710212400.480.370.23346.1145.0258.63
HexC5667C030251715a2d3b
Octal30514617406045275325573
Binary1100010111001101111100011000010010110111101011010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5667C; }

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

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

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

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

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

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

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

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