#C06387

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

Shades of Tapestry #C06387

Tints of Tapestry #C06387

Color information

#C06387 (or 0xC06387) is unknown color: approx Tapestry. HEX triplet: C0, 63 and 87. RGB value is (192,99,135). Sum of RGB (Red+Green+Blue) = 192+99+135=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C06387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06387 is #3F9C78. Grayscale: #828282. Windows color (decimal): -4168825 or 8872896. OLE color: 8872896.

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

Color convert

RGB19299135-
CMYK00.480.300.25
HSL336.77º42.47%57.06%-
HSV(B)336.77º48.44%75.29%-
XYZ30.5721.8825.53-
YUV130.91130.31171.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.07%
GREEN value IS 99 (39.06% from 255) = 23.24%
BLUE value IS 135 (53.12% from 255) = 31.69%
R=45.07%
G=23.24%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929913500.480.300.25336.7742.4757.06
HexC063870301E191512a39
Octal30014320706036315215271
Binary1100000011000111000011101100001111011001101010001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06387; }

 p { color: rgb(192,99,135); }

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

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

 a { background-color: rgb(192,99,135); }

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

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

 span { border-color: rgb(192,99,135); }

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