#C06378

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

Shades of Tapestry #C06378

Tints of Tapestry #C06378

Color information

#C06378 (or 0xC06378) is unknown color: approx Tapestry. HEX triplet: C0, 63 and 78. RGB value is (192,99,120). Sum of RGB (Red+Green+Blue) = 192+99+120=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C06378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06378 is #3F9C87. Grayscale: #818181. Windows color (decimal): -4168840 or 7889856. OLE color: 7889856.

HSL color Cylindrical-coordinate representation of color #C06378: hue angle of 346.45º 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 #C06378 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB19299120-
CMYK00.480.380.25
HSL346.45º42.47%57.06%-
HSV(B)346.45º48.44%75.29%-
XYZ29.5921.4920.36-
YUV129.2122.81172.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.72%
GREEN value IS 99 (39.06% from 255) = 24.09%
BLUE value IS 120 (47.27% from 255) = 29.20%
R=46.72%
G=24.09%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929912000.480.380.25346.4542.4757.06
HexC06378030261915a2a39
Octal30014317006046315325271
Binary1100000011000111111000011000010011011001101011010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06378; }

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

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

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

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

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

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

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

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