#C06979

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

Shades of Tapestry #C06979

Tints of Tapestry #C06979

Color information

#C06979 (or 0xC06979) is unknown color: approx Tapestry. HEX triplet: C0, 69 and 79. RGB value is (192,105,121). Sum of RGB (Red+Green+Blue) = 192+105+121=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C06979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06979 is #3F9686. Grayscale: #848484. Windows color (decimal): -4167303 or 7956928. OLE color: 7956928.

HSL color Cylindrical-coordinate representation of color #C06979: hue angle of 348.97º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C06979 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB192105121-
CMYK00.450.370.25
HSL348.97º40.85%58.24%-
HSV(B)348.97º45.31%75.29%-
XYZ30.2422.6920.87-
YUV132.84121.32170.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.93%
GREEN value IS 105 (41.41% from 255) = 25.12%
BLUE value IS 121 (47.66% from 255) = 28.95%
R=45.93%
G=25.12%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210512100.450.370.25348.9740.8558.24
HexC0697902D251915d293a
Octal30015117105545315355172
Binary1100000011010011111001010110110010111001101011101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06979; }

 p { color: rgb(192,105,121); }

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

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

 a { background-color: rgb(192,105,121); }

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

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

 span { border-color: rgb(192,105,121); }

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