#C06577

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

Shades of Tapestry #C06577

Tints of Tapestry #C06577

Color information

#C06577 (or 0xC06577) is unknown color: approx Tapestry. HEX triplet: C0, 65 and 77. RGB value is (192,101,119). Sum of RGB (Red+Green+Blue) = 192+101+119=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C06577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06577 is #3F9A88. Grayscale: #828282. Windows color (decimal): -4168329 or 7824832. OLE color: 7824832.

HSL color Cylindrical-coordinate representation of color #C06577: hue angle of 348.13º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C06577 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB192101119-
CMYK00.470.380.25
HSL348.13º41.94%57.45%-
HSV(B)348.13º47.4%75.29%-
XYZ29.7221.8520.1-
YUV130.26121.65172.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.60%
GREEN value IS 101 (39.84% from 255) = 24.51%
BLUE value IS 119 (46.88% from 255) = 28.88%
R=46.60%
G=24.51%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210111900.470.380.25348.1341.9457.45
HexC0657702F261915c2a39
Octal30014516705746315345271
Binary1100000011001011110111010111110011011001101011100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06577; }

 p { color: rgb(192,101,119); }

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

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

 a { background-color: rgb(192,101,119); }

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

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

 span { border-color: rgb(192,101,119); }

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