#C06D8A

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

Shades of Tapestry #C06D8A

Tints of Tapestry #C06D8A

Color information

#C06D8A (or 0xC06D8A) is unknown color: approx Tapestry. HEX triplet: C0, 6D and 8A. RGB value is (192,109,138). Sum of RGB (Red+Green+Blue) = 192+109+138=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06D8A is #3F9275. Grayscale: #898989. Windows color (decimal): -4166262 or 9072064. OLE color: 9072064.

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

Color convert

RGB192109138-
CMYK00.430.280.25
HSL339.04º39.71%59.02%-
HSV(B)339.04º43.23%75.29%-
XYZ31.7923.9827-
YUV137.12128.5167.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.74%
GREEN value IS 109 (42.97% from 255) = 24.83%
BLUE value IS 138 (54.30% from 255) = 31.44%
R=43.74%
G=24.83%
B=31.44%

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
Decimal19210913800.430.280.25339.0439.7159.02
HexC06D8A02B1C19153283b
Octal30015521205334315235073
Binary1100000011011011000101001010111110011001101010011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06D8A; }

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

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

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

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

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

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

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

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