#C2667E

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

Shades of Tapestry #C2667E

Tints of Tapestry #C2667E

Color information

#C2667E (or 0xC2667E) is unknown color: approx Tapestry. HEX triplet: C2, 66 and 7E. RGB value is (194,102,126). Sum of RGB (Red+Green+Blue) = 194+102+126=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C2667E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2667E is #3D9981. Grayscale: #848484. Windows color (decimal): -4036994 or 8283842. OLE color: 8283842.

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

Color convert

RGB194102126-
CMYK00.470.350.24
HSL344.35º42.99%58.04%-
HSV(B)344.35º47.42%76.08%-
XYZ30.7722.4822.46-
YUV132.24124.48172.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.97%
GREEN value IS 102 (40.23% from 255) = 24.17%
BLUE value IS 126 (49.61% from 255) = 29.86%
R=45.97%
G=24.17%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410212600.470.350.24344.3542.9958.04
HexC2667E02F23181582b3a
Octal30214617605743305305372
Binary1100001011001101111110010111110001111000101011000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2667E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2667E; }

 p { color: rgb(194,102,126); }

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

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

 a { background-color: rgb(194,102,126); }

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

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

 span { border-color: rgb(194,102,126); }

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