#C06E7B

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

Shades of Tapestry #C06E7B

Tints of Tapestry #C06E7B

Color information

#C06E7B (or 0xC06E7B) is unknown color: approx Tapestry. HEX triplet: C0, 6E and 7B. RGB value is (192,110,123). Sum of RGB (Red+Green+Blue) = 192+110+123=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06E7B is #3F9184. Grayscale: #888888. Windows color (decimal): -4166021 or 8089280. OLE color: 8089280.

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

Color convert

RGB192110123-
CMYK00.430.360.25
HSL350.49º39.42%59.22%-
HSV(B)350.49º42.71%75.29%-
XYZ30.8923.7921.7-
YUV136120.67167.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.18%
GREEN value IS 110 (43.36% from 255) = 25.88%
BLUE value IS 123 (48.44% from 255) = 28.94%
R=45.18%
G=25.88%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211012300.430.360.25350.4939.4259.22
HexC06E7B02B241915e273b
Octal30015617305344315364773
Binary1100000011011101111011010101110010011001101011110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06E7B; }

 p { color: rgb(192,110,123); }

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

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

 a { background-color: rgb(192,110,123); }

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

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

 span { border-color: rgb(192,110,123); }

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