#C07788

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

Shades of Tapestry #C07788

Tints of Tapestry #C07788

Color information

#C07788 (or 0xC07788) is unknown color: approx Tapestry. HEX triplet: C0, 77 and 88. RGB value is (192,119,136). Sum of RGB (Red+Green+Blue) = 192+119+136=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 136 (53.52% from 255 or 30.43% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C07788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07788 is #3F8877. Grayscale: #8E8E8E. Windows color (decimal): -4163704 or 8943552. OLE color: 8943552.

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

Color convert

RGB192119136-
CMYK00.380.290.25
HSL346.03º36.68%60.98%-
HSV(B)346.03º38.02%75.29%-
XYZ32.7826.1826.62-
YUV142.76124.18163.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.95%
GREEN value IS 119 (46.88% from 255) = 26.62%
BLUE value IS 136 (53.52% from 255) = 30.43%
R=42.95%
G=26.62%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211913600.380.290.25346.0336.6860.98
HexC077880261D1915a253d
Octal30016721004635315324575
Binary1100000011101111000100001001101110111001101011010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07788; }

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

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

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

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

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

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

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

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