#C06882

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

Shades of Tapestry #C06882

Tints of Tapestry #C06882

Color information

#C06882 (or 0xC06882) is unknown color: approx Tapestry. HEX triplet: C0, 68 and 82. RGB value is (192,104,130). Sum of RGB (Red+Green+Blue) = 192+104+130=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C06882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06882 is #3F977D. Grayscale: #858585. Windows color (decimal): -4167550 or 8546496. OLE color: 8546496.

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

Color convert

RGB192104130-
CMYK00.460.320.25
HSL342.27º41.12%58.04%-
HSV(B)342.27º45.83%75.29%-
XYZ30.7222.7223.89-
YUV133.28126.15169.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.07%
GREEN value IS 104 (41.02% from 255) = 24.41%
BLUE value IS 130 (51.17% from 255) = 30.52%
R=45.07%
G=24.41%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210413000.460.320.25342.2741.1258.04
HexC0688202E2019156293a
Octal30015020205640315265172
Binary11000000110100010000010010111010000011001101010110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06882; }

 p { color: rgb(192,104,130); }

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

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

 a { background-color: rgb(192,104,130); }

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

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

 span { border-color: rgb(192,104,130); }

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