#c06f81

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

Shades of Tapestry #C06F81

Tints of Tapestry #C06F81

Color information

#C06F81 (or 0xC06F81) is unknown color: approx Tapestry. HEX triplet: C0, 6F and 81. RGB value is (192,111,129). Sum of RGB (Red+Green+Blue) = 192+111+129=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06F81 is #3F907E. Grayscale: #898989. Windows color (decimal): -4165759 or 8482752. OLE color: 8482752.

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

Color convert

RGB192111129-
CMYK00.420.330.25
HSL346.67º39.13%59.41%-
HSV(B)346.67º42.19%75.29%-
XYZ31.3924.1623.78-
YUV137.27123.34167.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.44%
GREEN value IS 111 (43.75% from 255) = 25.69%
BLUE value IS 129 (50.78% from 255) = 29.86%
R=44.44%
G=25.69%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211112900.420.330.25346.6739.1359.41
HexC06F8102A211915b273b
Octal30015720105241315334773
Binary11000000110111110000001010101010000111001101011011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c06f81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c06f81; }

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

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

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

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

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

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

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

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