#C07883

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

Shades of Tapestry #C07883

Tints of Tapestry #C07883

Color information

#C07883 (or 0xC07883) is unknown color: approx Tapestry. HEX triplet: C0, 78 and 83. RGB value is (192,120,131). Sum of RGB (Red+Green+Blue) = 192+120+131=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C07883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07883 is #3F877C. Grayscale: #8E8E8E. Windows color (decimal): -4163453 or 8616128. OLE color: 8616128.

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

Color convert

RGB192120131-
CMYK00.380.320.25
HSL350.83º36.36%61.18%-
HSV(B)350.83º37.5%75.29%-
XYZ32.5526.2824.83-
YUV142.78121.35163.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.34%
GREEN value IS 120 (47.27% from 255) = 27.09%
BLUE value IS 131 (51.56% from 255) = 29.57%
R=43.34%
G=27.09%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212013100.380.320.25350.8336.3661.18
HexC07883026201915f243d
Octal30017020304640315374475
Binary11000000111100010000011010011010000011001101011111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07883; }

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

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

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

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

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

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

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

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