#C07886

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

Shades of Tapestry #C07886

Tints of Tapestry #C07886

Color information

#C07886 (or 0xC07886) is unknown color: approx Tapestry. HEX triplet: C0, 78 and 86. RGB value is (192,120,134). Sum of RGB (Red+Green+Blue) = 192+120+134=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 134 (52.73% from 255 or 30.04% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C07886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07886 is #3F8779. Grayscale: #8F8F8F. Windows color (decimal): -4163450 or 8812736. OLE color: 8812736.

HSL color Cylindrical-coordinate representation of color #C07886: hue angle of 348.33º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C07886 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB192120134-
CMYK00.380.300.25
HSL348.33º36.36%61.18%-
HSV(B)348.33º37.5%75.29%-
XYZ32.7626.3625.92-
YUV143.12122.85162.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.05%
GREEN value IS 120 (47.27% from 255) = 26.91%
BLUE value IS 134 (52.73% from 255) = 30.04%
R=43.05%
G=26.91%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212013400.380.300.25348.3336.3661.18
HexC078860261E1915c243d
Octal30017020604636315344475
Binary1100000011110001000011001001101111011001101011100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07886; }

 p { color: rgb(192,120,134); }

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

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

 a { background-color: rgb(192,120,134); }

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

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

 span { border-color: rgb(192,120,134); }

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