#C06E7F

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

Shades of Tapestry #C06E7F

Tints of Tapestry #C06E7F

Color information

#C06E7F (or 0xC06E7F) is unknown color: approx Tapestry. HEX triplet: C0, 6E and 7F. RGB value is (192,110,127). Sum of RGB (Red+Green+Blue) = 192+110+127=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06E7F is #3F9180. Grayscale: #888888. Windows color (decimal): -4166017 or 8351424. OLE color: 8351424.

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

Color convert

RGB192110127-
CMYK00.430.340.25
HSL347.56º39.42%59.22%-
HSV(B)347.56º42.71%75.29%-
XYZ31.1423.8923.05-
YUV136.46122.67167.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.76%
GREEN value IS 110 (43.36% from 255) = 25.64%
BLUE value IS 127 (50% from 255) = 29.60%
R=44.76%
G=25.64%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211012700.430.340.25347.5639.4259.22
HexC06E7F02B221915c273b
Octal30015617705342315344773
Binary1100000011011101111111010101110001011001101011100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06E7F; }

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

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

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

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

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

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

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

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