#C1667B

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

Shades of Tapestry #C1667B

Tints of Tapestry #C1667B

Color information

#C1667B (or 0xC1667B) is unknown color: approx Tapestry. HEX triplet: C1, 66 and 7B. RGB value is (193,102,123). Sum of RGB (Red+Green+Blue) = 193+102+123=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C1667B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1667B is #3E9984. Grayscale: #838383. Windows color (decimal): -4102533 or 8087233. OLE color: 8087233.

HSL color Cylindrical-coordinate representation of color #C1667B: hue angle of 346.15º degrees, saturation: 0.42, 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 #C1667B is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB193102123-
CMYK00.470.360.24
HSL346.15º42.33%57.84%-
HSV(B)346.15º47.15%75.69%-
XYZ30.3222.2721.44-
YUV131.6123.15171.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.17%
GREEN value IS 102 (40.23% from 255) = 24.40%
BLUE value IS 123 (48.44% from 255) = 29.43%
R=46.17%
G=24.40%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310212300.470.360.24346.1542.3357.84
HexC1667B02F241815a2a3a
Octal30114617305744305325272
Binary1100000111001101111011010111110010011000101011010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1667B; }

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

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

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

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

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

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

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

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