#C06E8A

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

Shades of Tapestry #C06E8A

Tints of Tapestry #C06E8A

Color information

#C06E8A (or 0xC06E8A) is unknown color: approx Tapestry. HEX triplet: C0, 6E and 8A. RGB value is (192,110,138). Sum of RGB (Red+Green+Blue) = 192+110+138=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06E8A is #3F9175. Grayscale: #898989. Windows color (decimal): -4166006 or 9072320. OLE color: 9072320.

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

Color convert

RGB192110138-
CMYK00.430.280.25
HSL339.51º39.42%59.22%-
HSV(B)339.51º42.71%75.29%-
XYZ31.924.1927.03-
YUV137.71128.17166.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.64%
GREEN value IS 110 (43.36% from 255) = 25%
BLUE value IS 138 (54.30% from 255) = 31.36%
R=43.64%
G=25%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211013800.430.280.25339.5139.4259.22
HexC06E8A02B1C19154273b
Octal30015621205334315244773
Binary1100000011011101000101001010111110011001101010100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06E8A; }

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

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

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

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

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

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

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

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