#C5667B

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

Shades of Tapestry #C5667B

Tints of Tapestry #C5667B

Color information

#C5667B (or 0xC5667B) is unknown color: approx Tapestry. HEX triplet: C5, 66 and 7B. RGB value is (197,102,123). Sum of RGB (Red+Green+Blue) = 197+102+123=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C5667B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5667B is #3A9984. Grayscale: #848484. Windows color (decimal): -3840389 or 8087237. OLE color: 8087237.

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

Color convert

RGB197102123-
CMYK00.480.380.23
HSL346.74º45.02%58.63%-
HSV(B)346.74º48.22%77.25%-
XYZ31.3522.821.49-
YUV132.8122.47173.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.68%
GREEN value IS 102 (40.23% from 255) = 24.17%
BLUE value IS 123 (48.44% from 255) = 29.15%
R=46.68%
G=24.17%
B=29.15%

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
Decimal19710212300.480.380.23346.7445.0258.63
HexC5667B030261715b2d3b
Octal30514617306046275335573
Binary1100010111001101111011011000010011010111101011011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5667B; }

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

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

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

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

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

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

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

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