#c06f83

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

Shades of Tapestry #C06F83

Tints of Tapestry #C06F83

Color information

#C06F83 (or 0xC06F83) is unknown color: approx Tapestry. HEX triplet: C0, 6F and 83. RGB value is (192,111,131). Sum of RGB (Red+Green+Blue) = 192+111+131=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06F83 is #3F907C. Grayscale: #898989. Windows color (decimal): -4165757 or 8613824. OLE color: 8613824.

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

Color convert

RGB192111131-
CMYK00.420.320.25
HSL345.19º39.13%59.41%-
HSV(B)345.19º42.19%75.29%-
XYZ31.5224.2124.49-
YUV137.5124.34166.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.24%
GREEN value IS 111 (43.75% from 255) = 25.58%
BLUE value IS 131 (51.56% from 255) = 30.18%
R=44.24%
G=25.58%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211113100.420.320.25345.1939.1359.41
HexC06F8302A2019159273b
Octal30015720305240315314773
Binary11000000110111110000011010101010000011001101011001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c06f83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c06f83; }

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

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

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

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

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

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

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

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