#c06f8a

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

Shades of Tapestry #C06F8A

Tints of Tapestry #C06F8A

Color information

#C06F8A (or 0xC06F8A) is unknown color: approx Tapestry. HEX triplet: C0, 6F and 8A. RGB value is (192,111,138). Sum of RGB (Red+Green+Blue) = 192+111+138=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06F8A is #3F9075. Grayscale: #8A8A8A. Windows color (decimal): -4165750 or 9072576. OLE color: 9072576.

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

Color convert

RGB192111138-
CMYK00.420.280.25
HSL340º39.13%59.41%-
HSV(B)340º42.19%75.29%-
XYZ32.0124.4127.07-
YUV138.3127.84166.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.54%
GREEN value IS 111 (43.75% from 255) = 25.17%
BLUE value IS 138 (54.30% from 255) = 31.29%
R=43.54%
G=25.17%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211113800.420.280.2534039.1359.41
HexC06F8A02A1C19154273b
Octal30015721205234315244773
Binary1100000011011111000101001010101110011001101010100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c06f8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c06f8a; }

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

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

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

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

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

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

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

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