#C06E7C

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

Shades of Tapestry #C06E7C

Tints of Tapestry #C06E7C

Color information

#C06E7C (or 0xC06E7C) is unknown color: approx Tapestry. HEX triplet: C0, 6E and 7C. RGB value is (192,110,124). Sum of RGB (Red+Green+Blue) = 192+110+124=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06E7C is #3F9183. Grayscale: #888888. Windows color (decimal): -4166020 or 8154816. OLE color: 8154816.

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

Color convert

RGB192110124-
CMYK00.430.350.25
HSL349.76º39.42%59.22%-
HSV(B)349.76º42.71%75.29%-
XYZ30.9523.8122.03-
YUV136.11121.17167.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.07%
GREEN value IS 110 (43.36% from 255) = 25.82%
BLUE value IS 124 (48.83% from 255) = 29.11%
R=45.07%
G=25.82%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211012400.430.350.25349.7639.4259.22
HexC06E7C02B231915e273b
Octal30015617405343315364773
Binary1100000011011101111100010101110001111001101011110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06E7C; }

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

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

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

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

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

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

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

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