#C2687F

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

Shades of Tapestry #C2687F

Tints of Tapestry #C2687F

Color information

#C2687F (or 0xC2687F) is unknown color: approx Tapestry. HEX triplet: C2, 68 and 7F. RGB value is (194,104,127). Sum of RGB (Red+Green+Blue) = 194+104+127=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C2687F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2687F is #3D9780. Grayscale: #858585. Windows color (decimal): -4036481 or 8349890. OLE color: 8349890.

HSL color Cylindrical-coordinate representation of color #C2687F: hue angle of 344.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2687F is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB194104127-
CMYK00.460.350.24
HSL344.67º42.45%58.43%-
HSV(B)344.67º46.39%76.08%-
XYZ31.0322.922.86-
YUV133.53124.32171.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.65%
GREEN value IS 104 (41.02% from 255) = 24.47%
BLUE value IS 127 (50% from 255) = 29.88%
R=45.65%
G=24.47%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410412700.460.350.24344.6742.4558.43
HexC2687F02E23181592a3a
Octal30215017705643305315272
Binary1100001011010001111111010111010001111000101011001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2687F; }

 p { color: rgb(194,104,127); }

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

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

 a { background-color: rgb(194,104,127); }

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

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

 span { border-color: rgb(194,104,127); }

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