#C07187

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

Shades of Tapestry #C07187

Tints of Tapestry #C07187

Color information

#C07187 (or 0xC07187) is unknown color: approx Tapestry. HEX triplet: C0, 71 and 87. RGB value is (192,113,135). Sum of RGB (Red+Green+Blue) = 192+113+135=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 135 (53.12% from 255 or 30.68% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C07187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07187 is #3F8E78. Grayscale: #8B8B8B. Windows color (decimal): -4165241 or 8876480. OLE color: 8876480.

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

Color convert

RGB192113135-
CMYK00.410.300.25
HSL343.29º38.54%59.8%-
HSV(B)343.29º41.15%75.29%-
XYZ32.0224.7726.01-
YUV139.13125.67165.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.64%
GREEN value IS 113 (44.53% from 255) = 25.68%
BLUE value IS 135 (53.12% from 255) = 30.68%
R=43.64%
G=25.68%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211313500.410.300.25343.2938.5459.8
HexC071870291E19157273c
Octal30016120705136315274774
Binary1100000011100011000011101010011111011001101010111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07187; }

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

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

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

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

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

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

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

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