#C06F89

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

Shades of Tapestry #C06F89

Tints of Tapestry #C06F89

Color information

#C06F89 (or 0xC06F89) is unknown color: approx Tapestry. HEX triplet: C0, 6F and 89. RGB value is (192,111,137). Sum of RGB (Red+Green+Blue) = 192+111+137=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06F89 is #3F9076. Grayscale: #8A8A8A. Windows color (decimal): -4165751 or 9007040. OLE color: 9007040.

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

Color convert

RGB192111137-
CMYK00.420.290.25
HSL340.74º39.13%59.41%-
HSV(B)340.74º42.19%75.29%-
XYZ31.9424.3826.69-
YUV138.18127.34166.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.64%
GREEN value IS 111 (43.75% from 255) = 25.23%
BLUE value IS 137 (53.91% from 255) = 31.14%
R=43.64%
G=25.23%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211113700.420.290.25340.7439.1359.41
HexC06F8902A1D19155273b
Octal30015721105235315254773
Binary1100000011011111000100101010101110111001101010101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06F89; }

 p { color: rgb(192,111,137); }

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

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

 a { background-color: rgb(192,111,137); }

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

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

 span { border-color: rgb(192,111,137); }

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