#C07189

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

Shades of Tapestry #C07189

Tints of Tapestry #C07189

Color information

#C07189 (or 0xC07189) is unknown color: approx Tapestry. HEX triplet: C0, 71 and 89. RGB value is (192,113,137). Sum of RGB (Red+Green+Blue) = 192+113+137=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C07189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07189 is #3F8E76. Grayscale: #8B8B8B. Windows color (decimal): -4165239 or 9007552. OLE color: 9007552.

HSL color Cylindrical-coordinate representation of color #C07189: hue angle of 341.77º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C07189 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB192113137-
CMYK00.410.290.25
HSL341.77º38.54%59.8%-
HSV(B)341.77º41.15%75.29%-
XYZ32.1624.8226.76-
YUV139.36126.67165.55-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.44%
GREEN value IS 113 (44.53% from 255) = 25.57%
BLUE value IS 137 (53.91% from 255) = 31.00%
R=43.44%
G=25.57%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211313700.410.290.25341.7738.5459.8
HexC071890291D19156273c
Octal30016121105135315264774
Binary1100000011100011000100101010011110111001101010110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07189; }

 p { color: rgb(192,113,137); }

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

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

 a { background-color: rgb(192,113,137); }

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

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

 span { border-color: rgb(192,113,137); }

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