#C07188

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

Shades of Tapestry #C07188

Tints of Tapestry #C07188

Color information

#C07188 (or 0xC07188) is unknown color: approx Tapestry. HEX triplet: C0, 71 and 88. RGB value is (192,113,136). Sum of RGB (Red+Green+Blue) = 192+113+136=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C07188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07188 is #3F8E77. Grayscale: #8B8B8B. Windows color (decimal): -4165240 or 8942016. OLE color: 8942016.

HSL color Cylindrical-coordinate representation of color #C07188: hue angle of 342.53º 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 #C07188 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB192113136-
CMYK00.410.290.25
HSL342.53º38.54%59.8%-
HSV(B)342.53º41.15%75.29%-
XYZ32.0924.7926.39-
YUV139.24126.17165.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.54%
GREEN value IS 113 (44.53% from 255) = 25.62%
BLUE value IS 136 (53.52% from 255) = 30.84%
R=43.54%
G=25.62%
B=30.84%

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
Decimal19211313600.410.290.25342.5338.5459.8
HexC071880291D19157273c
Octal30016121005135315274774
Binary1100000011100011000100001010011110111001101010111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07188; }

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

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

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

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

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

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

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

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