#C07386

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

Shades of Tapestry #C07386

Tints of Tapestry #C07386

Color information

#C07386 (or 0xC07386) is unknown color: approx Tapestry. HEX triplet: C0, 73 and 86. RGB value is (192,115,134). Sum of RGB (Red+Green+Blue) = 192+115+134=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 134 (52.73% from 255 or 30.39% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C07386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07386 is #3F8C79. Grayscale: #8C8C8C. Windows color (decimal): -4164730 or 8811456. OLE color: 8811456.

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

Color convert

RGB192115134-
CMYK00.400.300.25
HSL345.19º37.93%60.2%-
HSV(B)345.19º40.1%75.29%-
XYZ32.1725.1925.72-
YUV140.19124.51164.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.54%
GREEN value IS 115 (45.31% from 255) = 26.08%
BLUE value IS 134 (52.73% from 255) = 30.39%
R=43.54%
G=26.08%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211513400.400.300.25345.1937.9360.2
HexC073860281E19159263c
Octal30016320605036315314674
Binary1100000011100111000011001010001111011001101011001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07386; }

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

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

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

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

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

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

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

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